mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -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 {
|
.bloglist-teaser {
|
||||||
font-size: 2.25rem;
|
font-size: 2.rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
|
@ -256,7 +256,11 @@ mark {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bloglist-item p {
|
||||||
|
margin-top: 0.25rem;
|
||||||
|
margin-bottom: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bloglist-item-tag a {
|
.bloglist-item-tag a {
|
||||||
|
|
Loading…
Reference in a new issue