Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jekyll-elixir-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elixir
jekyll-elixir-theme
Commits
66c249e4
Commit
66c249e4
authored
Nov 04, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct display of the main page in HD-res (1366x728)
parent
10c18e0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
_layouts/index.html
_layouts/index.html
+1
-1
_sass/elixir/_responsive.scss
_sass/elixir/_responsive.scss
+5
-2
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_layouts/index.html
View file @
66c249e4
...
...
@@ -4,7 +4,7 @@ layout: default
<article
class=
"body-wrapper margin-wrapper"
>
<div
id=
"left-column"
></div>
<div
id=
"left-column"
class=
"hide-in-lowres"
></div>
<div
class=
"narrower-article-div"
>
<header>
...
...
_sass/elixir/_responsive.scss
View file @
66c249e4
// RESPONSIVENESS OF LAYOUT
$MOBILE_DEVICES
:
600px
;
$TABLET_DEVICES
:
12
25
px
;
$TABLET_DEVICES
:
12
00
px
;
$LOW_RES
:
1605px
;
$HD_RES
:
1930px
;
...
...
@@ -29,8 +29,11 @@ $HD_RES: 1930px;
.body-wrapper
{
padding-left
:
2%
;
}
}
.hide-in-lowres
{
display
:
none
;
}
}
@media
only
screen
and
(
min-width
:
$MOBILE_DEVICES
)
{
.index-flex
{
...
...
elixir-theme.gemspec
View file @
66c249e4
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.
9
"
spec
.
version
=
"0.9.
10
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment