Geen idee

This commit is contained in:
Atilla
2024-03-06 11:15:20 +01:00
parent 49f3739f7e
commit 5c5d12e76e
7 changed files with 18 additions and 197 deletions

View File

@@ -8,10 +8,10 @@ $font-titels: "Akaya Kanadaka", system-ui;
$font-text: "Afacad", sans-serif;
@mixin flexbox
@mixin flexbox-center
{
display: flex;
justify-content: space-around;
justify-content: center;
}
@mixin groene-border
@@ -278,8 +278,8 @@ body
padding: 1.5rem 2rem;
display: flex;
flex-direction: column;
// align-items: stretch;
// gap: 2.5rem;
align-items: stretch;
gap: 2.5rem;
justify-content: space-around;
height: 90%;
@@ -289,7 +289,7 @@ body
{
td
{
// font-size: 1.05rem;
font-size: 1.05rem;
}
}
}
@@ -300,7 +300,7 @@ body
{
td
{
// font-size: 1.25rem;
font-size: 1.25rem;
}
}
}