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) {
|
@media only screen and (min-width: 60rem) {
|
||||||
.content__wrapper {
|
.content__wrapper {
|
||||||
grid-template-areas: 'leftbar article rightbar';
|
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,
|
.article,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.neocities.org"/>
|
<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>
|
<id>https://leilukin.neocities.org</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -320,7 +320,7 @@ main {
|
||||||
@media only screen and (min-width: 60rem) {
|
@media only screen and (min-width: 60rem) {
|
||||||
.content__wrapper {
|
.content__wrapper {
|
||||||
grid-template-areas: 'leftbar article rightbar';
|
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,
|
.article,
|
||||||
|
|
Loading…
Reference in New Issue