diff options
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; */ +/* } */ | 
