style single post template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -81,4 +81,17 @@ ul.wp-block-navigation.mobile-header-nav li {
|
||||
.site-footer ul.is-style-arrow li {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* styling blog post template */
|
||||
.post-content-container {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.post-header {
|
||||
max-width: 1480px;
|
||||
}
|
||||
|
||||
.post-bio-container {
|
||||
max-width: 640px;
|
||||
}
|
||||
Reference in New Issue
Block a user