add fixed-width grid behaviour to cards
This commit is contained in:
18
style.css
18
style.css
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user