Padel-Tournaments-System/frontend/normal_user/kontakt/style.css

15 lines
220 B
CSS
Raw Normal View History

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