💄 (about) better design and a welcom page.

This commit is contained in:
2021-03-14 19:16:46 +01:00
parent 698c865b39
commit cc1827a55d
3 changed files with 102 additions and 33 deletions

View File

@@ -1,5 +1,9 @@
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
$primary: #2C3A47;
$link: #58B19F;
@import '~bulma/bulma.sass';
html {
@@ -10,7 +14,6 @@ html {
body {
font-family: 'Courier Prime', monospace;
height: 100vh;
// width: 5000px;
}
@media screen and (min-width: 769px) {