mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fixed a css bug I introduced.
This commit is contained in:
parent
a75b115a56
commit
1bd86237d7
3 changed files with 22 additions and 21 deletions
|
@ -30,16 +30,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
h1.logo {
|
||||
padding-top: 45px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
h1.logo img {
|
||||
margin-left: -10px;
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
$outroShadow:inset 0px 7px 10px 0px rgba(0, 0, 0, 0.10);
|
||||
|
||||
.header-Outro{
|
||||
|
@ -284,6 +274,17 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
|
|||
}
|
||||
}
|
||||
|
||||
.hp h1.logo {
|
||||
padding-top: 45px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.hp h1.logo img {
|
||||
margin-left: -10px;
|
||||
@media (max-device-width:480px), screen and (max-width:800px){
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.constant-Nav{
|
||||
margin-left:-88px;
|
||||
@include vendor(transition, all 0.35s);
|
||||
|
|
|
@ -958,16 +958,6 @@ a {
|
|||
background-size: cover;
|
||||
min-height: 2px; } }
|
||||
|
||||
h1.logo {
|
||||
padding-top: 45px;
|
||||
padding-bottom: 0; }
|
||||
|
||||
h1.logo img {
|
||||
margin-left: -10px; }
|
||||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||
h1.logo img {
|
||||
margin-left: 20px; } }
|
||||
|
||||
.header-Outro {
|
||||
background: #30424b;
|
||||
background: -moz-linear-gradient(top, #2b3c43 0%, #354751 100%);
|
||||
|
@ -1173,6 +1163,16 @@ h1.logo img {
|
|||
.hp .hp-Logo.in-View {
|
||||
left: -90px !important; } }
|
||||
|
||||
.hp h1.logo {
|
||||
padding-top: 45px;
|
||||
padding-bottom: 0; }
|
||||
|
||||
.hp h1.logo img {
|
||||
margin-left: -10px; }
|
||||
@media (max-device-width: 480px), screen and (max-width: 800px) {
|
||||
.hp h1.logo img {
|
||||
margin-left: 20px; } }
|
||||
|
||||
.constant-Nav {
|
||||
margin-left: -88px;
|
||||
-moz-transition: all 0.35s;
|
||||
|
|
2
files/new-Design/assets/css/neo.min.css
vendored
2
files/new-Design/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue