Navigation Menu

Skip to content

Commit

Permalink
add comments, syntax in stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
vicgarcia committed Jun 30, 2017
1 parent ed449fc commit 4e31934
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions app/static/style.css
Expand Up @@ -180,7 +180,7 @@ input[type=submit]:hover {
margin: 0;
}

/* mapbox element */
/* map element */

#map {
margin: 30px 0 30px 0;
Expand Down Expand Up @@ -236,6 +236,8 @@ input[type=submit]:hover {

@media all and (max-width: 850px) {

/* paralax & content panels */

.panel.parallax {
background-attachment: scroll;
}
Expand All @@ -244,13 +246,15 @@ input[type=submit]:hover {
background-position: 35% 50%;
}

/* one column layout in content panels */

.inner {
width: 100%;
}

.narrow, .wide {
width: 92%;
max-width: 800px;
max-width: 400px;
margin: 0 auto;
padding: 0 0 20px 0;
}
Expand All @@ -260,6 +264,8 @@ input[type=submit]:hover {
float: none;
}

/* rsvp form */

#rsvp-wrap {
margin: 0;
}
Expand All @@ -268,16 +274,22 @@ input[type=submit]:hover {
padding: 90px 0 10px 0;
}

#gift-wrap {
margin: 0;
}
/* map element */

#map {
width: 90%;
margin: 0 auto 0 auto;
height: 300px;
}

/* gift form */

#gift-wrap {
margin: 0;
}

/* mobile responsive styles */

.mobile-element {
display: unset;
}
Expand Down

0 comments on commit 4e31934

Please sign in to comment.