Added privacy statement.
This commit is contained in:
parent
890f178743
commit
0033088c4e
5 changed files with 106 additions and 25 deletions
|
|
@ -77,6 +77,24 @@ $primary: $red; // Default: $blue
|
|||
font-display: fallback;
|
||||
}
|
||||
|
||||
main {
|
||||
// @extend .mt-0;
|
||||
// @extend .mb-0;
|
||||
@extend .pb-4;
|
||||
padding-top: 7rem !important;
|
||||
}
|
||||
|
||||
body.home main {
|
||||
@extend .pt-3;
|
||||
}
|
||||
|
||||
main>* {
|
||||
// @extend .mt-0;
|
||||
// @extend .mb-0;
|
||||
@extend .pt-4;
|
||||
@extend .pb-3;
|
||||
}
|
||||
|
||||
::selection {
|
||||
@extend .text-dark;
|
||||
background-color: $red-200;
|
||||
|
|
@ -96,11 +114,6 @@ $primary: $red; // Default: $blue
|
|||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.fa-regular,
|
||||
.fa-solid {
|
||||
color: var(--bs-primary);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
font-family: 'Century Gothic',
|
||||
|
|
@ -115,6 +128,27 @@ h6 {
|
|||
var(--#{$prefix}font-sans-serif);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
@extend .mb-0;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p {
|
||||
@extend .mb-0;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 1rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
h1:hover .anchor-link,
|
||||
h2:hover .anchor-link,
|
||||
h3:hover .anchor-link,
|
||||
|
|
@ -150,6 +184,11 @@ h6:hover .anchor-link {
|
|||
1px 1px 0 rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
.fa-regular,
|
||||
.fa-solid {
|
||||
color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-image: none !important;
|
||||
background-color: rgba(22, 23, 25, 0.6) !important;
|
||||
|
|
@ -182,18 +221,10 @@ body.is-scrolled .navbar {
|
|||
height: 100vh;
|
||||
}
|
||||
|
||||
main {
|
||||
@extend .mt-3;
|
||||
}
|
||||
|
||||
main>* {
|
||||
@extend .pt-5;
|
||||
@extend .pb-3;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-top: unset;
|
||||
--bs-gutter-y: var(--bs-gutter-x);
|
||||
--bs-gutter-x: 1.5rem;
|
||||
--bs-gutter-y: 1.5rem;
|
||||
}
|
||||
|
||||
.parallax,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue