fix: move new styling into scss files
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
|
||||
.post_details {
|
||||
@include reset-list;
|
||||
|
||||
display: flex;
|
||||
gap: 3px;
|
||||
.category a {
|
||||
padding: 6px 11px 7px;
|
||||
border-radius: 3px;
|
||||
@@ -105,3 +106,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.article-iframe {
|
||||
width: 100%;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user