Fix cards to the same height
Make cards to have same height
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
@import "bulma/sass/utilities/initial-variables";
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Lobster&family=Comfortaa:wght@400;500;600;700&display=swap');
|
||||
|
||||
$family-sans-serif: 'Roboto', sans-serif;
|
||||
$family-secondary: 'Comfortaa', cursive;
|
||||
$family-sans-serif: 'Roboto',
|
||||
sans-serif;
|
||||
$family-secondary: 'Comfortaa',
|
||||
cursive;
|
||||
// // https://coolors.co/06aed5-086788-f0c808-fff1d0-dd1c1a
|
||||
// $blue: #083d77;
|
||||
// $red: #dd1c1a;
|
||||
@@ -40,6 +42,10 @@ $body-background-color: #FAFCFE;
|
||||
font-family: 'Lobster', cursive;
|
||||
}
|
||||
|
||||
.card {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user