Padel-Tournaments-System/frontend/unlogged_user/kontakt/style.css
Lewy 7342d627fc feat: ekran dodawania i edycji turnieju
style: osobne zestawy ekranów dla uczestnika i organizatora
2022-06-14 15:12:31 +02:00

15 lines
162 B
CSS

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