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

15 lines
159 B
CSS
Raw Normal View History

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