From a144ecaa354f78876fc81af1b0d06713db7928b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Tue, 10 Oct 2023 13:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/responsive.css | 1 + css/responsive.less | 1 + 2 files changed, 2 insertions(+) diff --git a/css/responsive.css b/css/responsive.css index 9a8f092..1f6fc2a 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -261,6 +261,7 @@ .section.contact-map .cm-map { top: 30px; height: 220px; + background-size: cover; } .section.contact-map .title h1 { font-size: 18px; diff --git a/css/responsive.less b/css/responsive.less index b5509c0..badb14c 100644 --- a/css/responsive.less +++ b/css/responsive.less @@ -354,6 +354,7 @@ .cm-map { top: 30px; height: 220px; + background-size: cover; } .title {