]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.help: fix label width a different way
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Jan 2023 01:55:48 +0000 (17:55 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 26 Jan 2023 01:55:48 +0000 (17:55 -0800)
extra/webapps/help/search.css

index e09643efc53ffbda77f83afad10bddaa09c17c5b..737b6acae0e070d7c3818d655009122ef74d9311 100644 (file)
 
 @media (max-width: 599px) {
 
-  .label {
+  .label[for="words"] {
     width: 30%;
   }
 
-  .label:nth-of-type(2) {
+  .label[for="vocabs"] {
     width: 40%;
   }
+
+  .label[for="articles"] {
+    width: 30%;
+  }
 }
 
 @media (prefers-color-scheme: dark) {