mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Sigh, just a few more small screen fixes; will continue with the plan charts later
This commit is contained in:
parent
1c6f7c1e49
commit
8abd3298af
2 changed files with 8 additions and 2 deletions
|
@ -47,7 +47,7 @@ a{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-50{
|
.header-Outro .col-50{
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
float:none;
|
float:none;
|
||||||
padding:0;
|
padding:0;
|
||||||
|
|
|
@ -69,11 +69,17 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 5.25%;
|
margin-left: 5.25%;
|
||||||
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
width: 14.5%;
|
width: 14.5%;
|
||||||
margin-right: 1.5%;
|
margin-right: 1.5%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
|
width:45%;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 1.5%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
li:last-child {
|
li:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue