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;
}

View file

@ -49,10 +49,15 @@ p {
margin-bottom: 20px; }
div.section.platf > div.container {
padding: 70px 0; }
padding: 30px 0; }
div.section h2 {
font-size: 50px; }
@include breakpoint(mobile) {
div.section h2 {
font-size: 40px; }
}
div.section.crowd > div.container {
position: relative;
padding: 120px 0; }
@ -84,6 +89,17 @@ div.section.platf .feature-item {
max-width: 325px;
margin: 0 auto; }
@include breakpoint(mobile) {
div.section.platf .device-container,
div.section.platf .feature-item {
margin: 10px auto;
}
.device-wrapper {
margin: 10px auto;
}
}
div.section.platf .device-container {
margin-bottom: 100px; }
@media (min-width: 992px) {
@ -94,6 +110,13 @@ div.section.platf .feature-item {
padding-top: 50px;
padding-bottom: 50px;
text-align: center; }
@include breakpoint(mobile) {
div.section.platf .feature-item {
padding-top: 15px;
padding-bottom: 15px; }
}
div.section.platf .feature-item h3 {
font-size: 30px; }
div.section.platf .feature-item i {