some improvements to the blog layout on small screen sizes
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2022-01-10 17:35:26 +01:00
parent 8a524d8c34
commit f0fbb6883a
1 changed files with 10 additions and 0 deletions

View File

@ -234,6 +234,16 @@ pre.highlight {
padding: 15px;
}
@media(max-width: 1199px) {
.blog-title {
margin-top: 15px;
}
.blog-summary {
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.container {
max-width: none;