Indent CSS with tabs

This commit is contained in:
Vojtěch Káně
2021-04-27 10:21:53 +02:00
parent 9d2ff6a2ba
commit ee91f3d7f8
4 changed files with 106 additions and 106 deletions

View File

@@ -1,18 +1,18 @@
main {
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
min-height: 100vh;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
min-height: 100vh;
}
section {
border: 2px solid black;
margin: 2rem;
padding: 1rem;
border: 2px solid black;
margin: 2rem;
padding: 1rem;
}
#join, #play, #new {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}