-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
Create
@@ -143,6 +120,11 @@
margin: 10px auto;
}
+.full {
+ width: 100%;
+ margin: 10px;
+}
+
.center {
width: 100%;
text-align: center;
@@ -155,15 +137,20 @@
}
}
+.only-mobile {
+ display: none;
+}
+
@media (max-width: 500px) {
+ .only-full {
+ display: none;
+ }
+ .only-mobile {
+ display: inherit;
+ }
.body {
- grid-template: 120px 1fr 1fr /1fr;
- #info,
- #join,
- #host {
- grid-row: auto;
- grid-column: auto;
- }
+ display: flex;
+ flex-direction: column;
section {
padding: 10px;
header h1 {
@@ -177,7 +164,8 @@