18 lines
227 B
SCSS
18 lines
227 B
SCSS
.widget .app {
|
|
padding: 0.5rem !important;
|
|
}
|
|
|
|
.widget header {
|
|
display: none !important;
|
|
}
|
|
|
|
.widget main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.widget footer {
|
|
display: none !important;
|
|
}
|