This commit is contained in:
Renzo
2024-03-01 11:06:49 +01:00
parent 1bfc76abb3
commit a5a38fbbca
4 changed files with 4 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ $secondary-color: rgb(143, 188, 143);
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');
$font-titels: "Akaya Kanadaka", system-ui;
;
$font-text: "Afacad", sans-serif;
/* The Main container and border*/
@@ -22,7 +21,7 @@ body
.mainContainer
{
margin: 2rem;
height: 37rem;
height: 38rem;
background-color: rgb(255, 255, 255, 95%);
border-radius: 40px;
padding: 2rem;
@@ -84,7 +83,6 @@ body
background-color: lightgray;
}
}
}
}