Fix CSS
This commit is contained in:
parent
9c4a1ecd68
commit
74ab657d6c
|
@ -41,10 +41,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-card-container {
|
.user-card-container {
|
||||||
// width: calc(50% - 40px);
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
// flex-basis: min-content;
|
width: 500px;
|
||||||
// width: 500px;
|
|
||||||
margin: 50px 5px 10px 5px;
|
margin: 50px 5px 10px 5px;
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
box-shadow: shadow("card");
|
box-shadow: shadow("card");
|
||||||
|
|
Loading…
Reference in New Issue