Add headers to card component
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
background-color: #c0c0c0;
|
||||
border-top: 2px solid white;
|
||||
border-left: 2px solid white;
|
||||
@@ -8,7 +9,3 @@
|
||||
border-right: 2px solid #828282;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.cardContent {
|
||||
padding: 1px 100px 30px 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user