Pages (terms/tos/privacy), comments improvements, etc

This commit is contained in:
vjrj 2018-01-21 20:53:21 +01:00
parent cd16f45d8e
commit 952431d296
34 changed files with 435 additions and 97 deletions

View file

@ -2,7 +2,7 @@
@import './colors';
a, a:hover {
color: $todos-palette5;
color: $todos-palette2;
}
.bg-dark {
@ -19,6 +19,10 @@ h4.page-header {
}
}
.page-header {
margin-top: 25px;
.App > .container { // Because of fixed header, previously page-header {
margin-top: 30px;
}
h4.page-header {
font-size: 2em;
}