1
0
ohmyform/ui/components/auth/footer.module.scss
Michael Schramm 9c4c325e5a
Switch to single branch (#221)
* remove submodules
* add api and ui files
* update github actions
* use sparse checkout
* update node setup
* update checkout
* update docker
* change permissions
* update mariadb health check
* update changelog
2023-12-02 19:22:40 +01:00

19 lines
313 B
SCSS

.footer {
position: absolute;
padding-left: 16px;
margin-bottom: 4px;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: row;
align-items: center;
@media (max-width: 600px) {
position: relative;
margin-bottom: 16px;
flex-direction: column;
text-align: center;
}
}