Blog list: better spacing
This commit is contained in:
parent
e59b755090
commit
acc6b594f8
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#entries {
|
||||
.blog_entry {
|
||||
padding: 15px 0;
|
||||
padding: 25px 0;
|
||||
|
||||
.blog_entry_title {
|
||||
display: block;
|
||||
|
@ -15,7 +15,7 @@
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
column-gap: 10px;
|
||||
column-gap: 20px;
|
||||
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
@import url("fonts.css");
|
||||
#entries .blog_entry {
|
||||
padding: 15px 0; }
|
||||
padding: 25px 0; }
|
||||
#entries .blog_entry .blog_entry_title {
|
||||
display: block;
|
||||
font-size: 1.1em;
|
||||
|
@ -10,7 +10,7 @@
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
column-gap: 10px;
|
||||
column-gap: 20px;
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
color: #555555bb; }
|
||||
|
|
Loading…
Reference in a new issue