updated privacy added source code link
This commit is contained in:
parent
70357d7305
commit
1314ac1a29
3 changed files with 21 additions and 66 deletions
|
@ -2,6 +2,7 @@
|
|||
@import "~bootstrap/scss/bootstrap-reboot";
|
||||
@import "~bootstrap/scss/utilities/align";
|
||||
@import "~bootstrap/scss/utilities/spacing";
|
||||
@import "~bootstrap/scss/utilities/display";
|
||||
@import "~@fortawesome/fontawesome-free/scss/fontawesome";
|
||||
@import "~@fortawesome/fontawesome-free/scss/solid";
|
||||
@import "~@fortawesome/fontawesome-free/scss/brands";
|
||||
|
@ -73,6 +74,20 @@ body {
|
|||
text-shadow: 0 0 1rem #000000;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
.headers .magician,
|
||||
.headers .developer {
|
||||
font-size: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.headers .magician,
|
||||
.headers .developer {
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.headers a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue