front #8

Merged
mfnefd merged 14 commits from front into dev 2024-12-25 23:49:21 +04:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 433f6f5926 - Show all commits

View File

@ -5,6 +5,7 @@
#main-content {
display: flex;
flex-direction: row;
min-height: 100vh;
}
.App-logo {

View File

@ -38,7 +38,7 @@ footer {
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
position:absolute;
position:relative;
left:0;
bottom:0;
right:0;