about summary refs log tree commit diff
path: root/wpisy/index.html.raw
diff options
context:
space:
mode:
Diffstat (limited to 'wpisy/index.html.raw')
-rw-r--r--wpisy/index.html.raw26
1 files changed, 21 insertions, 5 deletions
diff --git a/wpisy/index.html.raw b/wpisy/index.html.raw
index caa2622..9cdba00 100644
--- a/wpisy/index.html.raw
+++ b/wpisy/index.html.raw
@@ -27,11 +27,27 @@
   font-size: 24px;
 }
 
+.about {
+  display: flex;
+  flex-direction: row;
+  padding: 4ex 2ex;
+}
+
+.about > div {
+  padding: 1ex;
+}
+
 @media (max-width: 420px) {
   .joinus {
     align-items: center;
   }
 }
+@media (max-width: 540px) {
+  .about {
+    flex-direction: column;
+  }
+
+}
 
 @media (prefers-color-scheme: dark) {
   section.joinus {
@@ -50,9 +66,9 @@
 
 <h1>19 PDH Puszcza</h1>
 
-<div class="content" style="padding: 4ex 0; display: flex">
-<div style="flex: 50%"><img src="assets/naszywka.png" height="240"></div>
-<div style="flex: 50%; text-align: left">
-O drużynie słów kilka, ale teraz nie mam weny więc jest te pare słów aby zapełnić lukę.
-</div>
+<div class="about content">
+  <div style="flex: 40%"><img src="assets/naszywka.png" height="240"></div>
+  <div style="flex: 60%; text-align: left">
+    O drużynie słów kilka, ale teraz nie mam weny więc jest te pare słów aby zapełnić lukę.
+  </div>
 </div>