Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
75180dd1
Commit
75180dd1
authored
Mar 20, 2018
by
Yohan Jarosz
Browse files
fix #3
parent
8d0391fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
_sass/minima/_base.scss
View file @
75180dd1
...
...
@@ -170,18 +170,18 @@ pre {
.main
{
max-width
:
-webkit-calc
(
#{
$content-width
}
-
(
#{
$spacing-unit
}
*
2
));
max-width
:
calc
(
#{
$content-width
}
-
(
#{
$spacing-unit
}
*
2
));
max-width
:
$content-width
;
margin-right
:
auto
;
margin-left
:
auto
;
height
:
100%
;
@extend
%clearfix
;
position
:
relative
;
background-color
:
$background-color
;
box-shadow
:
0
10px
20px
0
#999999
;
@include
media-query
(
$on-laptop
)
{
max-width
:
-webkit-calc
(
#{
$content-width
}
-
(
#{
$spacing-unit
}
))
;
max-width
:
calc
(
#{
$content-width
}
-
(
#{
$spacing-unit
}
))
;
max-width
:
$content-width
;
max-width
:
$content-width
;
padding-right
:
$spacing-unit
/
2
;
padding-left
:
$spacing-unit
/
2
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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