mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 21:02:52 +02:00
Team
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
@import "defs";
|
||||
|
||||
@import "footer";
|
||||
@import "header";
|
||||
@import "process";
|
||||
@import "services";
|
||||
@import "team";
|
||||
|
||||
#dev-warning {
|
||||
position: fixed;
|
||||
top: 48px;
|
||||
@ -13,27 +21,12 @@
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Amatic;
|
||||
src: url("/fonts/AmaticSC-Bold.woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: LunaSans;
|
||||
src: url("/fonts/LunaSans-Regular.ttf");
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: LunaSans;
|
||||
}
|
||||
|
||||
@import "header";
|
||||
@import "footer";
|
||||
@import "services";
|
||||
@import "process";
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
font-size: 18px;
|
||||
|
Reference in New Issue
Block a user