Skip to content

Commit

Permalink
Pre-Release Code Cleanup
Browse files Browse the repository at this point in the history
Horray!
  • Loading branch information
Sid Engel committed Jan 3, 2017
1 parent 47317bd commit 8528d04
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions src/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ h2, .large-text {
font-size: 30px;
}


/* Paragraph Size Modifier */

p, .small-text {
Expand Down Expand Up @@ -99,6 +100,7 @@ Icon adjustment for content-2 and content-4
font-color: #333;
}


/* Navbar Modifier */

.navbar {
Expand Down Expand Up @@ -145,6 +147,7 @@ Icon adjustment for content-2 and content-4
padding-bottom: 250px
}


/*Content 2 */

.content-2 {
Expand Down Expand Up @@ -273,7 +276,10 @@ Should probably not mess with this...
border: 12px solid white;
}


/* Content-6 */


/* Image Size and Position Modifier */

.content-6 {
Expand Down Expand Up @@ -337,13 +343,18 @@ Should probably not mess with this...
font-size: 14px;
}


/* ROTATION FOR PROFILE SECTION */


/*Do not tamper with this*/

.rotate:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}


/* RESPONSIVE SCALING */


Expand All @@ -356,13 +367,11 @@ Should probably not mess with this...
padding-top: 50px;
padding-bottom: 10px;
}

.content-4 .list-group-item {
width: 400px;
margin-left: auto;
margin-right: auto;
}

.top-to-bottom {
padding: 20px 25px;
margin-left: 40px auto;
Expand All @@ -371,8 +380,8 @@ Should probably not mess with this...
background-size: 1px 100%;
background-position: 0 0, 100% 0;
background-repeat: no-repeat;
}
.sub-footer .row {
margin-left: 25%;
}
.sub-footer .row {
margin-left: 25%;
}
}

0 comments on commit 8528d04

Please sign in to comment.