]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/irc/files/default/html/style.css
Improve styling of IRC form
[chef.git] / cookbooks / irc / files / default / html / style.css
index ba5a1cd943438774ed1e9b2a7dbfd6911117ad89..3a8dc0250972604932094e4c63357b11102619a1 100644 (file)
@@ -1,9 +1,11 @@
 h1 {
-  display: inline-block;
   text-align: center;
 }
 
+div {
+  display: flex;
+}
+
 form {
-  display: inline-block;
-  text-align: center;
+  margin: auto;
 }