diff --git a/evennia/web/website/static/website/css/app.css b/evennia/web/website/static/website/css/app.css new file mode 100644 index 0000000000..f2d212a60f --- /dev/null +++ b/evennia/web/website/static/website/css/app.css @@ -0,0 +1,23 @@ +@media (max-width: 570px) { + .oneThird { + width: 100%; + border-left: none; + } + + .quarter { + width: 100%; + border-left: none; + } + + .headerTitle { + text-align: right; + } + + .headerSubTitle { + text-align: right; + } + + .headerLinks { + position: static; + } +} \ No newline at end of file