some improvements to the blog layout on small screen sizes
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
8a524d8c34
commit
f0fbb6883a
1 changed files with 10 additions and 0 deletions
|
@ -234,6 +234,16 @@ pre.highlight {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width: 1199px) {
|
||||||
|
.blog-title {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blog-summary {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.container {
|
.container {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
|
Loading…
Reference in a new issue