OSDN Git Service

[fix] スタイルシートの更新ミス修正。 / Fix update mistake of stylesheet.
authorDeskull <deskull@users.sourceforge.jp>
Sat, 31 Mar 2018 13:10:18 +0000 (22:10 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Sat, 31 Mar 2018 13:10:18 +0000 (22:10 +0900)
src/hengband.css

index 2ca86a4..5199675 100644 (file)
@@ -65,42 +65,53 @@ footer > section
 \r
 section#title\r
 {\r
-       width: 80vw;\r
-    max-width: 60rem;\r
-    max-height: 20rem;\r
+       width: 60vw;\r
+       max-width: 50rem;\r
+       min-height: 4rem;\r
+       max-height: 8rem;\r
        margin-right : auto;\r
        margin-left  : auto;\r
 \r
        display: flex;\r
-       justify-content: space-between;\r
+       justify-content: space-around;\r
        align-content: center;\r
        align-items: flex-end;\r
 }\r
 \r
 img#hengTitle\r
 {\r
-       width: 25vw;\r
-       height: auto;\r
+       width: auto;\r
+       height: 12vh;\r
+       min-height: 4rem;\r
+       max-height: 8rem;\r
 }\r
 \r
 img.tama4\r
 {\r
-       width: 8vw;\r
+       height: 10vh;\r
+       min-height: 4rem;\r
+       max-height: 8rem;\r
 }\r
 \r
 img.tama3\r
 {\r
-       width: 5vw;\r
+       height: 5vh;\r
+       min-height: 2rem;\r
+       max-height: 4rem;\r
 }\r
 \r
 img.tama2\r
 {\r
-       width: 2vw;\r
+       height: 2.5vh;\r
+       min-height: 1rem;\r
+       max-height: 2rem;\r
 }\r
 \r
 img.tama1\r
 {\r
-       width: 1vw;\r
+       height: 1.25vh;\r
+       min-height: 0.5rem;\r
+       max-height: 1rem;\r
 }\r
 \r
 \r