Skip to content

Instantly share code, notes, and snippets.

@antiden
Created September 21, 2020 07:57
Show Gist options
  • Save antiden/9893016ca5983f31e77a02bac4c54033 to your computer and use it in GitHub Desktop.
Save antiden/9893016ca5983f31e77a02bac4c54033 to your computer and use it in GitHub Desktop.
h1, h2, h3 {font-family: FuturaBookC !important;}
hr { display: none; }
.Slot {display:flex; align-items:center; justify-content: center; flex-direction: column; top: initial; left: initial; transform: initial; width: 100%; height: 100vh; padding: 50px 30px;}
.Widget {width: 100%;}
.Widget:first-child {display: none;}
.Widget:nth-child(2) {margin: 0 !important;}
.Widget:nth-child(3) {flex:1;}
.Widget:last-child {max-width: 400px;}
.Weather { font-family: FuturaDemiC !important;margin: 0;}
.Weather .details {display: flex;align-items:center; justify-content: center;}
.Weather .details dl {margin: 1rem 10px 0;}
.Unsplash .credit {opacity: 0.5;}
.Time h1 {font-size: 6em;}
.Time h3 {font-size: 18px; margin-top: 10px; opacity: 0.8;}
.Search input {font-family: FuturaBookC; border: 1px solid rgba(255,255,255,0.3); border-radius: 100px; padding: 10px; font-size: 16px; transition: all 0.3s;}
.Search {width: 100%;}
.Search input:focus {border-color: #fff;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment