initial commit ;)
This commit is contained in:
16
src/app/components/main/main.component.css
Normal file
16
src/app/components/main/main.component.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.container {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.alert {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.sticky-card {
|
||||
max-height: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user