add blog__image style

This commit is contained in:
timmypidashev
2021-10-12 17:28:28 -07:00
parent 8cb801f51e
commit 8a2f8edb30

View File

@@ -200,6 +200,12 @@ html {
cursor: pointer; cursor: pointer;
} }
.blog__image {
margin-left: 2vw;
margin-right: 2vw;
width: 10vw;
}
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
.hero__header { .hero__header {
font-size: 12vw; font-size: 12vw;