mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
34 lines
480 B
SCSS
34 lines
480 B
SCSS
#hero {
|
|
height: 600px;
|
|
color: $white;
|
|
|
|
#top {
|
|
border-bottom: 1px solid $white;
|
|
nav li a {
|
|
color: rgba($white, 0.9);
|
|
&:hover {
|
|
color: rgba($white, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
> h1, > p {
|
|
text-shadow: 2px 2px 2px rgba(black, 0.4);
|
|
}
|
|
> h1 {
|
|
margin-top: 2em;
|
|
font-size: 56px;
|
|
line-height: 1.2;
|
|
}
|
|
> p {
|
|
font-family: $font-heading;
|
|
font-size: 35px;
|
|
line-height: 1.25;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.btn-blue-solid {
|
|
font-size: 20px;
|
|
padding: 5px 25px;
|
|
}
|
|
}
|