CSS for responsiveness

This commit is contained in:
Griatch 2020-06-16 20:49:08 +02:00
parent 85f8e692a2
commit 36ca9aa0f4

View file

@ -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 {