OSDN Git Service

[fix] : スタイルが崩れないように修正
authorhayao <hayao@fascode.net>
Fri, 30 Jul 2021 12:33:10 +0000 (21:33 +0900)
committerhayao <hayao@fascode.net>
Fri, 30 Jul 2021 12:33:10 +0000 (21:33 +0900)
sanmoku/style/common.css

index ec90f62..17c5639 100644 (file)
@@ -1,5 +1,6 @@
 body{\r
     margin: 0;\r
+    min-width: 320px;\r
 }\r
 \r
 html{\r
@@ -7,9 +8,17 @@ html{
     color: black;\r
 }\r
 \r
+tr{\r
+    width: 50%;\r
+}\r
+\r
 td{\r
     background-color: blue;\r
-    padding: 50px;\r
+    margin: 50px;\r
+\r
     width: 100px;\r
     height: 100px;\r
+    \r
+    font-size: 20px;\r
+    line-height: 20px;\r
 }
\ No newline at end of file