Change blog post style

This commit is contained in:
cuom1999 2022-08-27 21:45:28 -05:00
parent 793bcee491
commit cef059ea9d
2 changed files with 34 additions and 5 deletions

View file

@ -206,6 +206,14 @@
background-color: #f3f3f3;
}
.post-full {
.post-title {
font-weight: bold;
margin-bottom: 10px;
font-family: serif;
}
}
@media (max-width: 799px) {
.left-sidebar-header {
display: none;
@ -230,6 +238,9 @@
padding-left: 5%;
padding-right: 5%;
}
.post-title {
font-size: 2em;
}
}
@media (min-width: 800px) {
.left-sidebar-item {
@ -281,4 +292,18 @@
border-right: 1.4px solid lightgray;
border-radius: 8px;
}
}
.post-full {
width: 80%;
margin-left: auto;
margin-right: auto;
.content-description {
font-size: 18px;
}
.post-title {
font-size: 2.5em;
}
}
}