Padel-Tournaments-System/frontend/style.css
Lewy c7b7a78cc9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	frontend/panel_organizatora/style.css
#	frontend/style.css
#	frontend/zalogowany_organizator/style.css
2022-05-31 16:39:04 +02:00

15 lines
178 B
CSS

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