mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 07:46:30 -05:00
Modified blog page theme
This commit is contained in:
parent
5142aa6012
commit
4a85fe7c1b
1 changed files with 5 additions and 1 deletions
|
@ -233,7 +233,7 @@ mark {
|
|||
*/
|
||||
|
||||
.bloglist-teaser {
|
||||
font-size: 2.25rem;
|
||||
font-size: 2.rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 650px;
|
||||
|
@ -256,7 +256,11 @@ mark {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bloglist-item p {
|
||||
margin-top: 0.25rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.bloglist-item-tag a {
|
||||
|
|
Loading…
Reference in a new issue