blob: 4289a106bc389433074d203118fd1b816fdf8cea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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; */
/* } */
|