mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Add custom CSS with some tweaks for mobile use
This commit is contained in:
parent
18e4d72444
commit
ec048e5371
1 changed files with 23 additions and 0 deletions
23
evennia/web/website/static/website/css/app.css
Normal file
23
evennia/web/website/static/website/css/app.css
Normal file
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue