Skip to content

Commit

Permalink
updated event menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey007 committed Nov 23, 2018
1 parent 7761ad6 commit cbd786a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ a:active {
font-weight: 500;
background-color: rgba(0, 37, 107, 0.9);
/* border: 2px solid #00d4fa; */
height: calc(100% - 100px);
height: calc(100% - 62px);
font-size: 1.2em;
text-align: left;
font-family: Montserrat, Tahoma, Arial, sans-serif;
Expand Down Expand Up @@ -329,6 +329,10 @@ a:active {
height: auto;
}

#search-menu .filter-events .search-heading {
margin-top: -3px;
}

#event-container {
position: relative;
top: 100px;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2 class="nav-brand">Event Hub</h2>
<h4 class="search-heading">Find Events In:</h4>
</div>
</div>
<div class="row">
<div class="row find-events">
<div class="col-xs-12">
<form class="form-inline">
<div class="form-group">
Expand All @@ -64,9 +64,9 @@ <h4 class="search-heading">Find Events In:</h4>
</div>

<!-- Event Type Heading -->
<div class="row">
<div class="row filter-events">
<div class="col-xs-12">
<h4 class="search-heading">Filter by Category:</h4>
<h4 class="search-heading">Filter by Category:</h4>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit cbd786a

Please sign in to comment.