Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adelasofia committed Mar 6, 2019
1 parent eab9827 commit 36fec56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _sass/includes/header-navigation.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.header.navigation {
.logo-wrapper {
display: inline-block;
padding-top: 1rem;
padding-top: 1rem;
a.styled-logo {
font-size: 3rem;
}
}
.nav-container {
a {
Expand All @@ -17,6 +20,14 @@
}
}
}
@media screen and (max-width: 1295px) {
.logo-wrapper a.styled-logo {
font-size: 2rem;
}
.nav-container a {
font-size: 1.3rem;
}
}
@media screen and (max-width: 1024px) {
.nav-container {
a,
Expand Down
4 changes: 4 additions & 0 deletions _sass/quarkus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ code, pre {
background-color: $black;
color: $white;
border: 1px solid $cyan;
a {
text-decoration: none;
color: $white;
}
}

pre {
Expand Down

0 comments on commit 36fec56

Please sign in to comment.