mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue