Skip to content

Commit

Permalink
Merge pull request #43 from keitaroinc/design-improvements
Browse files Browse the repository at this point in the history
Fix navigation on smaller screen size
  • Loading branch information
blagojabozinovski authored Nov 13, 2024
2 parents ac59c93 + c843c41 commit 254694a
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 254694a

Please sign in to comment.