-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from MabelM1/master
Get back to develop branch so we can add new features
- Loading branch information
Showing
28 changed files
with
128 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.about__italic-text { | ||
font-weight: 500; | ||
font-style: italic; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.about__text_type_subtitle { | ||
margin: 8px 0 34px; | ||
} | ||
|
||
@media only screen and (min-width: 769px) and (max-width: 1024px) { | ||
.about__text_type_subtitle { | ||
margin: 15px 0 40px; | ||
font-size: 23px; | ||
line-height: 31px; | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 1025px) { | ||
.about__text_type_subtitle { | ||
margin: 12px 0 45px; | ||
font-size: 28px; | ||
line-height: 39px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
@import url(./__text/about__text.css); | ||
@import url(./__italic-text/about__italic-text.css); | ||
/* Modifiers */ | ||
@import url(./__text/_type/about__text_type_subtitle.css); | ||
|
||
.about { | ||
margin: 68px 30px 0; | ||
padding: 68px 30px 0; | ||
} | ||
|
||
@media only screen and (min-width: 769px) and (max-width: 1024px) { | ||
.about { | ||
margin: 84px 40px 0; | ||
padding: 84px 40px 0; | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 1025px) { | ||
.about { | ||
margin: 100px 40px 0; | ||
padding: 100px 40px 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
blocks/carousel/__track/_type/carousel__track_type_statistics.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
blocks/header/__background-img/_name/header__background-img_name_trees.css
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
blocks/header/__background-img/_name/header__background-img_name_window.css
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
blocks/header/__background-img/_name/header__background-img_name_yellow-tree.css
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
.statistics { | ||
padding: 100px 40px 0; | ||
padding-bottom: 60px; | ||
} | ||
|
||
@media screen and (max-width: 1024px) { | ||
.statistics { | ||
padding-top: 84px; | ||
padding-bottom: 50px; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 768px) { | ||
.statistics { | ||
padding: 68px 30px 0; | ||
padding: 68px 30px 40px; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.