Padel-Tournaments-System/frontend/normal_user/ranking/style.css
2022-06-19 10:11:28 +02:00

16 lines
221 B
CSS

@import "../../_global/header.css";
@import "../../_global/style.css";
body {
margin: 0;
}
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}