Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
d21ca275
Commit
d21ca275
authored
Jul 08, 2019
by
Jacek Lebioda
Browse files
Slightly narrower width
parent
018d01c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
_sass/elixir/_layout.scss
View file @
d21ca275
...
...
@@ -154,15 +154,15 @@
flex-direction
:
row
;
}
@media
only
screen
and
(
max-width
:
1000px
)
{
padding-left
:
8
px
;
padding-right
:
8
px
;
width
:
9
4
%
;
padding-left
:
7
px
;
padding-right
:
7
px
;
width
:
9
2
%
;
flex-direction
:
column
;
#left-column
{
border-bottom
:
solid
1px
#e6e6e6
;
min-width
:
9
4
%
;
min-width
:
9
2
%
;
ul
{
min-width
:
9
4
%
;
min-width
:
9
2
%
;
}
}
}
...
...
elixir-theme.gemspec
View file @
d21ca275
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.2.
9
"
spec
.
version
=
"0.2.
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