Last active
November 1, 2019 21:11
-
-
Save fredbegin11/ccb6a8eaf6c670f2ca2ff1c8b95d696d to your computer and use it in GitHub Desktop.
Revisions
-
fredbegin11 revised this gist
Nov 1, 2019 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ .header { &__title { font-size: 2rem; @include phone { font-size: 1rem; } } } -
fredbegin11 created this gist
Nov 1, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ .header-title { font-size: 2rem; @include phone { font-size: 1rem; } }