Skip to content

Commit

Permalink
fix css issues on montessori and contact pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeff committed Oct 10, 2016
1 parent fee36d6 commit a563031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3 class="goudy"><strong>Location</strong></h2>
</div>
<!-- Map -->
<div class="col-sm-9">
<div id="map" style="min-height:800px"></div>
<div id="map"></div>
</div>
</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ body {
max-width: 950px;
}

#map {
min-height: 800px;
}

/************************************************************ Navbar-related *******************/

Expand Down Expand Up @@ -241,7 +244,7 @@ ul.no-bullet {
}

li.egg {
background: url('/images/egg.png') no-repeat left center;
background: url('../images/egg.png') no-repeat left center;
min-height: 100px;
padding-left: 85px;
padding-top: 10px;
Expand Down

0 comments on commit a563031

Please sign in to comment.