Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmiller713 committed Jun 10, 2017
1 parent eaacdac commit 04702ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
12 changes: 3 additions & 9 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,18 @@ html, body {
bottom: 88px;
}

svg {
z-index: 10;
position: relative;
}

.media-content {
margin-left: 40px;
margin-bottom: 15px;
}


object {
pointer-events: none;
}




.left {
background-color: lightgrey;
}

/*--------------MEDIA QUERIES---------------*/
@media screen and (max-width: 768px) {
Expand Down
25 changes: 2 additions & 23 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1> GREGIS </h1>
</nav>
<div class="columns is-gapless">

<div class="column is-5">
<div class="column is-5 left">

<div class="block">
<div class="field is-grouped">
Expand All @@ -46,31 +46,10 @@ <h1> GREGIS </h1>
</p>
</div>
</div>

<!-- <div class="block">
<span class="tag is-primary is-medium">
Filter
<button class="delete is-small"></button>
</span>
<span class="tag is-primary is-medium">
Filter
<button class="delete is-small"></button>
</span>
<span class="tag is-primary is-medium">
Filter
<button class="delete is-small"></button>
</span>
<span class="tag is-primary is-medium">
Filter
<button class="delete is-small"></button>
</span>
</div> -->

<hr>

<div class="details-content"></div>

</div>
</div>

<div class="column is-7">
<div id="map" class="is-block-mobile"></div>
Expand Down

0 comments on commit 04702ee

Please sign in to comment.