Padel-Tournaments-System/frontend/style.css

15 lines
178 B
CSS
Raw Normal View History

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