add padding-top to fullbar-content #76

Merged
avg_joe merged 2 commits from improve-perks-on-mobile into main 2023-11-22 16:44:10 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 6faf4d5e19 - Show all commits

View File

@ -161,6 +161,7 @@ Disroot Media Queries
padding: 0 4%;
border-bottom: 1px solid #2D2E34;
border-bottom-style: dotted;
}
ul#logo-right li {
@ -347,6 +348,10 @@ div#nav-logo {
font-size: 90%;
}
.fullbar-content{
padding-top: 30px;
}
/* clients
------------------------------------*/

View File

@ -604,7 +604,6 @@ ul#nav li a:hover .ul#nav li ul {
vertical-align: middle;
margin: 0 auto;
padding-bottom: 30px;
padding-top: 30px;
transform: skew(0deg, -1deg) translateY(0px);
}