responsive stuff

This commit is contained in:
Graham Hall
2022-12-09 13:14:45 -05:00
parent 18287083b9
commit 3116dc3889
5 changed files with 40 additions and 14 deletions
+17
View File
@@ -1,3 +1,20 @@
img {
border-radius: 5px;
}
.blog-header {
display: flex;
justify-content: space-between;
}
.blog-header h5 {
font-size: 1rem;
font-weight: normal;
}
@media (max-width: 768px) {
.blog-header {
flex-direction: column;
justify-content: left;
}
}