mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🎨 refactor: turn macros into partials & sort CSS (#146)
This commit is contained in:
parent
cc029d0b19
commit
14ccb208cf
33 changed files with 392 additions and 421 deletions
|
@ -4,16 +4,16 @@
|
|||
}
|
||||
|
||||
.bloglist-row {
|
||||
background-color: var(--navbar-color);
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
background-color: var(--navbar-color);
|
||||
padding: 2.5rem 0;
|
||||
|
||||
.date {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 300;
|
||||
color: var(--meta-color);
|
||||
width: 13.5rem;
|
||||
color: var(--meta-color);
|
||||
font-weight: 300;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.bloglist-tags {
|
||||
|
@ -21,8 +21,8 @@
|
|||
|
||||
.tag {
|
||||
margin-right: 0.7rem;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 400;
|
||||
font-size: 0.75rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
@ -33,8 +33,8 @@
|
|||
|
||||
.bloglist-title {
|
||||
margin: 0;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
|
||||
a {
|
||||
color: var(--text-color-high-contrast);
|
||||
|
@ -49,16 +49,16 @@
|
|||
.description p {
|
||||
margin: 0.5rem 0 1rem;
|
||||
color: var(--text-color);
|
||||
font-size: 0.9rem;
|
||||
font-weight: 250;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.all-posts {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 350;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue