From: hayao Date: Fri, 30 Jul 2021 12:33:10 +0000 (+0900) Subject: [fix] : スタイルが崩れないように修正 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c5f033d0e1fc3c54861646bfbb24387327df0458;p=alterlinux%2Fhayao.fascode.net.git [fix] : スタイルが崩れないように修正 --- diff --git a/sanmoku/style/common.css b/sanmoku/style/common.css index ec90f62..17c5639 100644 --- a/sanmoku/style/common.css +++ b/sanmoku/style/common.css @@ -1,5 +1,6 @@ body{ margin: 0; + min-width: 320px; } html{ @@ -7,9 +8,17 @@ html{ color: black; } +tr{ + width: 50%; +} + td{ background-color: blue; - padding: 50px; + margin: 50px; + width: 100px; height: 100px; + + font-size: 20px; + line-height: 20px; } \ No newline at end of file