Skip to content

Commit

Permalink
Merge pull request #12 from EMSoftwareInnovators/master
Browse files Browse the repository at this point in the history
Navbar fix and "About" page update
  • Loading branch information
axecopfire authored Feb 11, 2019
2 parents b7f6c6c + 942ffd4 commit 9deff67
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</li>
</ul>
</nav>
</div>
</n>
</header>
<main>
<h1>The Augusta Developer</h1>
Expand Down
16 changes: 15 additions & 1 deletion styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ h2 {
a {
color: darkslategray;
}

ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
.navbar-nav, .nav-item, .nav-link
{
display: inline;
padding: 8px;
}

header > img {
width: 100%;
Expand All @@ -44,6 +54,10 @@ img {
.meetup h4 {
padding: 20px 0;
}
.locations img
{
height: 500px;
}
.meetup {
width: 100%;
margin: 20px auto;
Expand Down

0 comments on commit 9deff67

Please sign in to comment.