This commit is contained in:
2020-09-28 15:24:50 +02:00
parent b3446c6048
commit 6098393e42
4 changed files with 21 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&family=Playfair+Display&display=swap');
* {
box-sizing: border-box;
}
:root {
--ff: 'Jost', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
Helvetica Neue, sans-serif;
@@ -11,7 +15,6 @@
body {
margin: 0;
box-sizing: border-box;
overflow: hidden;
background-color: #ffffff;