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
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
57caf779
Commit
57caf779
authored
Mar 20, 2018
by
Yohan Jarosz
Browse files
thinner margin on small devices
parent
9d18fe2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/minima/_layout.scss
View file @
57caf779
...
@@ -175,6 +175,9 @@
...
@@ -175,6 +175,9 @@
*/
*/
.page-content
{
.page-content
{
margin-top
:
100px
;
margin-top
:
100px
;
@include
media-query
(
$on-palm
)
{
margin-left
:
20px
;
}
margin-left
:
50px
;
margin-left
:
50px
;
padding
:
$spacing-unit
0
;
padding
:
$spacing-unit
0
;
}
}
...
...
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