Last active
June 16, 2020 15:48
-
-
Save hfogelberg/8edc052db3f0c3fdf0c3fe5bd4d66646 to your computer and use it in GitHub Desktop.
Revisions
-
hfogelberg revised this gist
Feb 25, 2018 . 1 changed file with 0 additions and 4 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 @@ -5,10 +5,6 @@ box-sizing: inherit; } body { background-color: #dcdde1; color: #2f3640; -
hfogelberg revised this gist
Jan 31, 2018 . 1 changed file with 2 additions and 3 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,4 +1,3 @@ <style> *, *::after, *::before { margin: 0; @@ -17,13 +16,13 @@ body { } .search-location { display: block; width: 60vw; margin: 0 auto; margin-top: 5vw; font-size: 20px; font-weight: 400; outline: none; height: 30px; line-height: 30px; text-align: center; -
hfogelberg created this gist
Jan 31, 2018 .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,32 @@ <style> *, *::after, *::before { margin: 0; padding: 0; box-sizing: inherit; } html { font-size: 18px; } body { background-color: #dcdde1; color: #2f3640; padding: 3rem; } .search-location { outline: none; display: block; margin: 0 auto; margin-top: 5vw; font-size: 20px; font-weight: 400; width: 60vw; height: 30px; line-height: 30px; text-align: center; border-radius: 10px; } </style>