beautify the ui

This commit is contained in:
HungBacktracking 2023-09-08 20:56:59 +07:00
parent e6fb05a6c8
commit 426bed8b00
2 changed files with 18 additions and 5 deletions

View file

@ -9,6 +9,14 @@
box-sizing: border-box;
display: flex;
.info-contest:first-child {
margin-right: 25px;
}
.info-contest:nth-child(2) {
margin-right: 5px;
}
.info-contest {
flex: 1;
}