add initial support for blog

This commit is contained in:
timmypidashev
2021-10-02 19:18:07 -07:00
parent fbbca11032
commit 3c979be288
2 changed files with 29 additions and 3 deletions

View File

@@ -161,6 +161,26 @@ html {
width: 10vw;
}
/* blog */
.blog {
background: grey;
width: 300px;
height: 300px;
border: 150px;
border-radius: 20px;
line-height: 1.5;
padding-right: 0.9vw;
padding-left: 0.9vw;
font-weight: 520;
text-shadow: none;
box-shadow: 3px 2px 2px rgba(199, 130, 59, 0.15);
}
.blog__header {
font-size: 12vw;
font-weight: 400;
}
@media only screen and (max-width: 1024px) {
.hero__header {
font-size: 12vw;