Padel-Tournaments-System/frontend/style.css

11 lines
153 B
CSS
Raw Normal View History

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