This commit is contained in:
Bastian Wagner
2024-08-25 20:53:34 +02:00
parent 5dd542ad81
commit b0705dd1b8
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
* {
box-sizing: border-box;
margin: 0;

View File

@@ -1,4 +1,5 @@
/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
html, body {
margin: 0;
padding: 0;