fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
base.scss
diff --git
a/src/wolnelektury/static/scss/main/base.scss
b/src/wolnelektury/static/scss/main/base.scss
index
e4fb701
..
870f7a1
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/base.scss
+++ b/
src/wolnelektury/static/scss/main/base.scss
@@
-32,6
+32,7
@@
a {
h1 {
@include size(font-size, 35px);
h1 {
@include size(font-size, 35px);
+ line-height: 1.1em;
font-weight: normal;
@include size(margin-top, 14px);
font-weight: normal;
@include size(margin-top, 14px);
@@
-42,6
+43,7
@@
h1 {
h2 {
@include size(font-size, 23px);
h2 {
@include size(font-size, 23px);
+ line-height: 1.1em;
font-weight: normal;
}
font-weight: normal;
}
@@
-220,3
+222,7
@@
ul.plain {
@include size(margin-bottom, 10px);
}
}
@include size(margin-bottom, 10px);
}
}
+
+@media screen and (max-width: 62.5em) {
+ .mobile-margins {margin-left: 1em; margin-right: 1em;}
+}