Prepare landing page
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@import "/fonts/hornbill.css";
|
||||
@import "/lib/fomantic-ui-2.9.2/semantic.min.css" layer(semantic);
|
||||
|
||||
@layer pairgoth {
|
||||
|
||||
|
||||
/* general styles */
|
||||
body {
|
||||
font-size: clamp(14px, 1rem + 1vw, 24px);
|
||||
@@ -24,6 +25,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-family: Hornbill, serif;
|
||||
font-weight: bolder;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nobreak {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* header, center, footer */
|
||||
|
||||
#header {
|
||||
|
Reference in New Issue
Block a user