OSDN Git Service

[更新]:画像を横幅で決まるように調整フォントをfont-family: sans-serifに変更
authornaoko1010hh <naoko561010@gmail.com>
Sun, 1 Mar 2020 09:30:36 +0000 (18:30 +0900)
committernaoko1010hh <naoko561010@gmail.com>
Sun, 1 Mar 2020 09:30:36 +0000 (18:30 +0900)
css/theme.css

index 59ec34a..e9117cd 100644 (file)
@@ -10,6 +10,7 @@ body {
   color: white;
   background-color: #0b2d49;
   overflow: hidden;
+  font-family: sans-serif;
 }
 main {
   flex: 1 0 auto;
@@ -57,5 +58,6 @@ div#console .terminal text {
   height: 10vh;
 }
 .logo-alter {
-  height: 15vh;
+  width: 50%;
+  height: auto;
 }