mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* (Update) Logo-collection: Adjust spacing / add maxheight / use BEM * (Update) Home: Adjust spacing between h1 + slogan / Adjust space between image at the bottom * (Fix) Home: Replace secure icon with correctly retraced one * [Chore] Layout: Whitespace / unused inline javascript * (Update) Home: More Spacing * (Fix) Currency: execute js onload * (Update) Layout: Add class for latest news section
33 lines
511 B
SCSS
33 lines
511 B
SCSS
#top {
|
|
border-bottom: 1px solid rgba($white, 0.35);
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#hero {
|
|
height: 600px;
|
|
color: $white;
|
|
position: relative;
|
|
|
|
> .content {
|
|
> h1, > p {
|
|
text-shadow: 2px 2px 5px rgba(black, 0.2);
|
|
}
|
|
> h1 {
|
|
margin-top: 2.5em;
|
|
margin-bottom: 8px; /*optical*/
|
|
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;
|
|
}
|
|
}
|
|
}
|