Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
0ba91f5d
Commit
0ba91f5d
authored
Sep 19, 2019
by
Jacek Lebioda
Browse files
Merge branch '29-get-rid-of-horizontal-scrolling' into 'develop'
Horizontal scrolling fix
#29
See merge request
!7
parents
6d9c44e5
74240d4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
_sass/elixir/_responsive.scss
View file @
0ba91f5d
...
...
@@ -56,9 +56,9 @@ $HD_RES: 1930px;
display
:
block
;
div
#left-column
{
padding-top
:
0px
;
width
:
calc
(
98%
-
2
0px
);
width
:
calc
(
98%
-
4
0px
);
ul
{
width
:
calc
(
96%
-
2
0px
);
width
:
calc
(
96%
-
4
0px
);
}
}
div
.narrower-article-div
.index-flex
.index-gray-box
{
...
...
elixir-theme.gemspec
View file @
0ba91f5d
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.
2
"
spec
.
version
=
"0.9.
3
"
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