everything moved in app

This commit is contained in:
Tancre
2021-05-26 10:55:18 +02:00
parent a73e573d8d
commit 98e8db834a
82 changed files with 15673 additions and 2656 deletions

View File

@ -7,5 +7,5 @@ import Modal from './modules/Modal';
var mobileMenu = new MobileMenu();
new RevealOnScroll($(".how-it-works-1"), "79%");
new RevealOnScroll($(".how-it-works-2, .how-it-works-3"), "90%");
var stickyHeader = new StickyHeader();
var stickyHeader = new StickyHeader();
var modal = new Modal();

View File

@ -15,12 +15,14 @@
@font-face {
font-family: "CocogooseExtra";
src: url("../media/fonts/cocogoose/Cocogoose_extraBold.ttf") format("truetype");
src: url("../media/fonts/cocogoose/Cocogoose_extraBold.ttf")
format("truetype");
}
@font-face {
font-family: "BS-regular";
src: url("../media/fonts/bahnschrift/BS_Static_Regular.ttf") format("truetype");
src: url("../media/fonts/bahnschrift/BS_Static_Regular.ttf")
format("truetype");
}
@font-face {
@ -31,4 +33,4 @@
@font-face {
font-family: "BS-bold";
src: url("../media/fonts/bahnschrift/BS_Static_Bold.ttf") format("truetype");
}
}