Skip to content

Commit

Permalink
updated style for google map and event list
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey007 committed Nov 23, 2018
1 parent 0618de7 commit bc874da
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ main {
margin: 0px 5px;
}


/* Eventful Logo */

.eventful-badge,
Expand Down Expand Up @@ -343,16 +342,39 @@ a:active {
}

#event-list {
width: 63%;
width: 100%;
margin-left: 0;
}

.event-item {
width: 40%;
min-height: 404px;
}

#mapDisplay {
position: fixed !important;
top: 310px;
right: 15px;
width: 100px;
height: 150px !important;
z-index: 100;
}
}

@media (max-width: 630px) {
.event-item {
width: 90%;
margin-left: 5%;
min-height: 0;
height: auto;
}

#mapDisplay {
position: fixed !important;
bottom: 110px;
top: 345px;
right: 15px;
width: 120px;
height: 180px !important;
width: 100px;
height: 150px !important;
z-index: 100;
}
}
Expand Down

0 comments on commit bc874da

Please sign in to comment.