add fixed-width grid behaviour to cards

This commit is contained in:
Julian
2020-01-14 16:18:37 +01:00
parent dd510d444c
commit 4634f07a3b
2 changed files with 84 additions and 24 deletions

View File

@@ -2,10 +2,16 @@ body {
background-color: #333339;
}
h1 {
width:500px;
margin: 0 auto;
text-align:center;
margin-top: calc(50vh - 12px);
color: #00D9F7;
.card {
margin-top: 5%;
}
.fixs {
-ms-flex: 0 0 400px;
flex: 0 0 400px;
}
.header {
background-color: #ffffff;
min-height: 300px;
}