|
@ -1,7 +1,22 @@ |
|
|
$branding: #5764c6; |
|
|
$branding: #5764c6; |
|
|
|
|
|
|
|
|
.post-text, .ltb-title, .post, .postnav { |
|
|
.post-text, .title, .post, .postnav { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
|
|
|
border: 1px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.post-title { |
|
|
|
|
|
font-family: 'Open Sans',sans-serif; |
|
|
|
|
|
font-size: 1.6em; |
|
|
|
|
|
line-height: 1.6em; |
|
|
|
|
|
color: #3A4145; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.post-author { |
|
|
|
|
|
font-family: 'Open Sans',sans-serif; |
|
|
|
|
|
font-size: 1.0em; |
|
|
|
|
|
line-height: 1.2em; |
|
|
|
|
|
color: #3A4145; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.loading { |
|
|
.loading { |
|
@ -50,7 +65,21 @@ $branding: #5764c6; |
|
|
|
|
|
|
|
|
.content { |
|
|
.content { |
|
|
margin: auto; |
|
|
margin: auto; |
|
|
max-width: 40%; |
|
|
max-width: 50%; |
|
|
|
|
|
@media (max-width: 1000px) { |
|
|
|
|
|
max-width: 70%; |
|
|
|
|
|
} |
|
|
|
|
|
@media (max-width: 800px) { |
|
|
|
|
|
max-width: 80%; |
|
|
|
|
|
} |
|
|
|
|
|
@media (max-width: 400px) { |
|
|
|
|
|
max-width: 90%; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.projects-content { |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
max-width: 30%; |
|
|
@media (max-width: 1000px) { |
|
|
@media (max-width: 1000px) { |
|
|
max-width: 60%; |
|
|
max-width: 60%; |
|
|
} |
|
|
} |
|
@ -63,11 +92,13 @@ $branding: #5764c6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.post-content { |
|
|
.post-content { |
|
|
|
|
|
text-indent: 6mm; |
|
|
max-width: 100%; |
|
|
max-width: 100%; |
|
|
font-family: 'Open Sans',sans-serif; |
|
|
font-family: 'Open Sans',sans-serif; |
|
|
font-size: 1.4em; |
|
|
font-size: 1.4em; |
|
|
line-height: 1.6em; |
|
|
line-height: 1.6em; |
|
|
color: #3A4145; |
|
|
color: #3A4145; |
|
|
|
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rounded-button { |
|
|
.rounded-button { |
|
|