new icons
This commit is contained in:
parent
bc8100b101
commit
e14118f864
29 changed files with 115 additions and 59 deletions
|
@ -72,15 +72,18 @@
|
|||
flex-direction: row;
|
||||
gap: var(--pad-l);
|
||||
}
|
||||
& section:has(a:nth-child(n + 3)) {
|
||||
flex-direction: column;
|
||||
}
|
||||
& section {
|
||||
& a {
|
||||
display: flex;
|
||||
width: calc(var(--post) - var(--view) * 1.2);
|
||||
width: calc(var(--post) - var(--view));
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1400px) {
|
||||
@media screen and (max-width: 1500px) {
|
||||
#art section:has(a:nth-child(n + 2)) {
|
||||
flex-direction: column;
|
||||
& a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue