Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
overflow: hidden;
/* we don't want the pseudo-elements sticking out */

max-width: 960px;
max-width: 980px;
}

.container svg {
Expand All @@ -27,7 +27,7 @@ body {
section {
position: relative;
background: #2980b9;
color: #000;
color: #101010;
text-align: center;
}
/*** Individual section styles and separators ***/
Expand Down Expand Up @@ -59,19 +59,19 @@ header h2 {
color: white;
text-transform: uppercase;
font-weight: bold;
font-size: 36px;
font-size: 38px;
text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
}

header p {
font-family: 'Open Sans';
font-size: 18px;
font-size: 20px;
text-transform: capitalize;
color: white;
}

.color {
background-color: #f64747
background-color: #f64748
}

.ss-style-doublediagonal {
Expand Down Expand Up @@ -209,4 +209,4 @@ section.footer p a {
-webkit-transform-origin: 3% 0;
-ms-transform-origin: 3% 0;
transform-origin: 3% 0;
}
}