From 85f4f269c40c4fb21d3096d1a15d790b83ba446a Mon Sep 17 00:00:00 2001 From: onotch Date: Thu, 14 Jan 2021 19:30:39 +0900 Subject: [PATCH] modified smartphone display --- archive/css/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archive/css/index.css b/archive/css/index.css index 9de7b1d..82b58ce 100644 --- a/archive/css/index.css +++ b/archive/css/index.css @@ -176,8 +176,9 @@ a:hover{ } #GpvImage div{ - background-position: left top; + background-position: center; background-repeat: no-repeat; + background-size: contain; animation-name: fade-in; animation-timing-function: linear; } @@ -211,6 +212,7 @@ h2, h3{ p, label, select, button{ font-size: 36pt; + line-height: 140%; } label{