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
644ad763
Commit
644ad763
authored
Jun 26, 2019
by
Jacek Lebioda
Browse files
Improving layout without left-column
parent
9c0228de
Changes
3
Hide whitespace changes
Inline
Side-by-side
_sass/elixir/_base.scss
View file @
644ad763
...
...
@@ -4,6 +4,7 @@ $COLOR_BACKGROUND_HEADER: #023452;
$FONT_DEFAULT
:
'Lato'
,
Verdana
,
Helvetica
,
sans-serif
;
$PADDING_PAGE_LEFT
:
13%
;
$PADDING_PAGE_LEFT_NO_COLUMN
:
21%
;
$WIDTH_CONTENT
:
74%
;
...
...
@@ -11,5 +12,5 @@ body {
-webkit-font-smoothing
:
antialiased
;
font-family
:
$FONT_DEFAULT
;
font-variant-ligatures
:
none
;
font-size
:
13px
;
}
\ No newline at end of file
font-size
:
16px
;
}
_sass/elixir/_layout.scss
View file @
644ad763
...
...
@@ -55,6 +55,10 @@
margin
:
0
0
12px
;
}
article
.one_column
{
padding-left
:
$PADDING_PAGE_LEFT_NO_COLUMN
;
}
article
{
padding-left
:
$PADDING_PAGE_LEFT
;
padding-bottom
:
50px
;
...
...
@@ -125,7 +129,7 @@
h3
{
border-bottom
:
1px
solid
#848484
;
font-size
:
1rem
;
font-size
:
1
.15
rem
;
color
:
#ebebeb
;
transition
:
color
0
.15s
;
}
...
...
@@ -142,7 +146,7 @@
a
{
display
:
inline-block
;
zoom
:
1
;
font-size
:
1
1
px
;
font-size
:
1
4
px
;
line-height
:
1
.1
;
color
:
#ebebeb
;
transition
:
color
0
.15s
;
...
...
@@ -198,6 +202,7 @@
#address
{
color
:
#888
;
font-size
:
11px
;
padding-top
:
20px
;
}
}
}
elixir-theme.gemspec
View file @
644ad763
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.1.
3
"
spec
.
version
=
"0.1.
4
"
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