Skip to content
Open
Show file tree
Hide file tree
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: 11 additions & 1 deletion css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@ section {
margin: 50px 25% 50px 150px;
line-height: 1.6em
}

@media all and ( max-width: 800px ) and ( min-width: 600px ){
#intro{
margin: 50px 15% 50px 100px;
}
}
@media all and ( max-width: 600px ) and ( min-width: 500px ){
#intro{
margin: 50px 10% 50px 60px;
}
}
@media all and ( max-width: 500px ){
#intro{
margin: 50px 5% 50px 30px;
}
}

#intro p:first-child:first-letter {
float: left;
font-size: 3.6em;
Expand All @@ -38,6 +55,7 @@ section {
}



.button {
width: 215px;
padding: 15px 30px;
Expand Down Expand Up @@ -173,6 +191,7 @@ section {
}
.advantage-text {
font-size: 16px;
max-width: 510px;
}
.advantage-link:hover {
color: $theme-color-3;
Expand Down