Skip to content

Commit

Permalink
Fixes fossasia#15 Navbar and typography responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
elit-altum committed Feb 4, 2020
1 parent eef8285 commit 6f8884d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@
.lightbox-gallery{
margin-top:10px;
}
.sub-heading-font {
font-size: 20px;
}
}
@media screen and (max-width: 560px){
.price{
Expand Down
5 changes: 3 additions & 2 deletions css/theme-lava.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ span.lead {
}
.uppercase {
text-transform: uppercase;
letter-spacing: 1px;
letter-spacing: 2px;
line-height: 1.2;
display: inline-block;
margin-right: -1px;
}
Expand Down Expand Up @@ -824,7 +825,7 @@ nav .container {
margin-bottom: 32px;
left: 24px;
}
@media all and (max-width: 768px) {
@media all and (max-width: 990px) {
nav {
max-height: 67px;
overflow: hidden;
Expand Down

0 comments on commit 6f8884d

Please sign in to comment.