mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Minimized dashboard header on mobile
This commit is contained in:
parent
834a79b4ef
commit
a409016496
1 changed files with 19 additions and 4 deletions
|
@ -131,15 +131,30 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 7px 15px;
|
padding: 7px 15px;
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
|
||||||
margin: 6px 0px 8px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.row.content {
|
.row.content {
|
||||||
margin-left: 6%;
|
margin-left: 6%;
|
||||||
margin-right: 6%;
|
margin-right: 6%;
|
||||||
}
|
}
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
|
.signup-Area {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.row.content.wide {
|
||||||
|
margin: 0;
|
||||||
|
padding-top: 13px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
.btn-Action {
|
||||||
|
margin: 6px 4px 8px;
|
||||||
|
}
|
||||||
|
.site-url {
|
||||||
|
margin-top: -13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.interior .header-Outro a {color:#E93250}
|
.interior .header-Outro a {color:#E93250}
|
||||||
.interior .header-Outro .btn-Action {color:#fff}
|
.interior .header-Outro .btn-Action {color:#fff}
|
||||||
|
|
Loading…
Add table
Reference in a new issue