Padel-Tournaments-System/frontend/normal_user/ranking/style.css

16 lines
197 B
CSS
Raw Normal View History

@import "../../_global/header.css";
@import "../../_global/style.css";
2022-06-04 16:05:54 +02:00
body {
margin: 0;
}
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
}