Add space to minmax values
This commit is contained in:
parent
2f7f6f25de
commit
7fb94d0fd3
|
@ -320,7 +320,7 @@ main {
|
|||
@media only screen and (min-width: 60rem) {
|
||||
.content__wrapper {
|
||||
grid-template-areas: 'leftbar article rightbar';
|
||||
grid-template-columns: minmax(0,15rem) minmax(0,2.5fr) minmax(0,15rem);
|
||||
grid-template-columns: minmax(0, 15rem) minmax(0, 2.5fr) minmax(0, 15rem);
|
||||
}
|
||||
|
||||
.article,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-04-23T16:02:34Z</updated>
|
||||
<updated>2024-04-23T16:03:14Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -320,7 +320,7 @@ main {
|
|||
@media only screen and (min-width: 60rem) {
|
||||
.content__wrapper {
|
||||
grid-template-areas: 'leftbar article rightbar';
|
||||
grid-template-columns: minmax(0,15rem) minmax(0,2.5fr) minmax(0,15rem);
|
||||
grid-template-columns: minmax(0, 15rem) minmax(0, 2.5fr) minmax(0, 15rem);
|
||||
}
|
||||
|
||||
.article,
|
||||
|
|
Loading…
Reference in New Issue