Skip to content

Commit

Permalink
Fix navigation on smaller screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
hristijankeitaro committed Nov 13, 2024
1 parent de50982 commit c843c41
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion ckanext/alisea/assets/css/alisea.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,19 @@ a.tag:hover {
.flash-messages .alert {
box-shadow: 0 0 0 1px white;
opacity: 1;
}
}


@media (max-width: 1450px) {

.logo img {
max-width: 240px !important;
}

.masthead .main-navbar ul li a{
padding: 4px !important;
font-size: 0.9rem !important;

}

}

0 comments on commit c843c41

Please sign in to comment.