Geen idee
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user