mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
Keep dashboard mobile fixes from affecting other pages
This commit is contained in:
parent
d20a448e25
commit
3ece3a59bc
2 changed files with 7 additions and 3 deletions
|
@ -102,8 +102,10 @@
|
||||||
// Dashboard
|
// Dashboard
|
||||||
.interior .header-Outro .col.col-50.signup-Area {
|
.interior .header-Outro .col.col-50.signup-Area {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
float: left;
|
}
|
||||||
|
.interior .header-Outro.dashboard .col.col-50.signup-Area {
|
||||||
width: 293px!important;
|
width: 293px!important;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
.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}
|
||||||
|
@ -155,11 +157,13 @@
|
||||||
.interior .header-Outro h2 {
|
.interior .header-Outro h2 {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
.interior .header-Outro.dashboard h2 {
|
||||||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.interior .header-Outro .col-50:nth-of-type(2) {
|
.interior .header-Outro.dashboard .col-50:nth-of-type(2) {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="header-Outro with-site-image">
|
<div class="header-Outro with-site-image dashboard">
|
||||||
<div class="row content wide">
|
<div class="row content wide">
|
||||||
|
|
||||||
<div class="col col-50 signup-Area">
|
<div class="col col-50 signup-Area">
|
||||||
|
|
Loading…
Add table
Reference in a new issue