Prepare landing page

This commit is contained in:
Claude Brisson
2023-10-15 12:02:24 +02:00
parent 3c4f04d85c
commit 58afd61f43
14 changed files with 106 additions and 6 deletions

View File

@@ -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 {