Skip to content

Commit

Permalink
Adjusted spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gannimo committed Sep 6, 2021
1 parent f1df3e2 commit 389d348
Showing 1 changed file with 3 additions and 38 deletions.
41 changes: 3 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

section {
padding: 80px 0;
padding: 10px 0;
}

section h2.section-heading {
Expand All @@ -56,45 +56,10 @@
section h3.section-subheading {
font-size: 20px;
font-weight: 400;
margin-top: 30px;
margin-bottom: 20px;
margin-top: 10px;
margin-bottom: 10px;
text-transform: none;
}

#mainNav {
background-color: #222;
}

#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 13px;
text-transform: uppercase;
color: white;
border: 0;
background-color: #c44;
}

#mainNav .navbar-brand {
color: #f44;
/* font-weight: bold; */
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #f44;
}

#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 1.1em;
letter-spacing: 1px;
color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #f44;
}
</style>
</head>

Expand Down

0 comments on commit 389d348

Please sign in to comment.