Spaces:
Running
Running
Update assets/style.css
Browse files- assets/style.css +7 -0
assets/style.css
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
html,body{max-width:100vw}
|
2 |
+
.mantine-Text-root{white-space: pre-line!important;}
|
3 |
+
|
4 |
+
@media screen and (max-device-width: 31.25em) {
|
5 |
+
div.m_dee7bd2f.mantine-Grid-inner:nth-child(10){--col-flex-basis:100%!important; --col-max-width:100%!important}
|
6 |
+
div.m_dee7bd2f.mantine-Grid-inner > div.mantine-Grid-col{--col-flex-basis:100%!important; --col-max-width:100%!important}
|
7 |
+
}
|