diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-29 19:49:34 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-29 19:49:34 -0700 |
commit | f6dfa0dceb9fb0883d855f160af17e90987997f0 (patch) | |
tree | 697267b6385ae4259e5df73def1a894de568c1bb /site/assets/stylesheets | |
parent | cbef40f96bfd754b25f999f3fad084fe04a47187 (diff) |
Taking the meta to a new level.
Diffstat (limited to 'site/assets/stylesheets')
-rw-r--r-- | site/assets/stylesheets/sd.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/site/assets/stylesheets/sd.css b/site/assets/stylesheets/sd.css new file mode 100644 index 0000000..4289a10 --- /dev/null +++ b/site/assets/stylesheets/sd.css @@ -0,0 +1,22 @@ +#sd-intro-card{ + font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; + font-size:1.06rem; + line-height:1.5; + padding-bottom:2rem; + padding-top:2rem; + background-image:url("/assets/images/space.jpg"); + background-position:center; + background-size:cover; + color:white; +} + +/* .sd-header{ */ +/* position:sticky; */ +/* top:0; */ +/* z-index:10; */ +/* background-color: white; */ +/* } */ + +/* .sd-sidenav{ */ +/* position:fixed; */ +/* } */ |