mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
CSS for responsiveness
This commit is contained in:
parent
85f8e692a2
commit
36ca9aa0f4
1 changed files with 19 additions and 6 deletions
|
|
@ -411,17 +411,16 @@ footer {
|
|||
|
||||
.linksection {
|
||||
position: absolute;
|
||||
top: 22px;
|
||||
top: 20px;
|
||||
right: 84px;
|
||||
}
|
||||
|
||||
div.linksection > ul > li {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media print, screen and (max-width: 480px) {
|
||||
|
||||
header ul li.download {
|
||||
|
|
@ -429,12 +428,26 @@ footer {
|
|||
}
|
||||
|
||||
header {
|
||||
display:none;
|
||||
position: relative;
|
||||
left:-9999px;
|
||||
height: 148px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: relative;
|
||||
left: 9999px;
|
||||
top: 35px;
|
||||
}
|
||||
|
||||
div.linksection {
|
||||
margin-bottom: 0px;
|
||||
position: relative;
|
||||
left: 10150px;
|
||||
top: -229px;
|
||||
}
|
||||
|
||||
div.linksection > ul > li {
|
||||
margin-bottom: 0px;
|
||||
display:unset
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue