|
@@ -9,12 +9,13 @@ $title-color: #4b515e;
|
|
|
$toggle: #9c857b;
|
|
|
$process: #6f645a;
|
|
|
|
|
|
-@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
|
|
|
+
|
|
|
@font-face {
|
|
|
font-family: 追奇手寫體;
|
|
|
src: url(./drechifont-proportional.ttf);
|
|
|
font-weight: 900;
|
|
|
}
|
|
|
+@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
|
|
|
|
|
|
|
|
|
|
|
@@ -89,7 +90,13 @@ body {
|
|
|
padding-right: 0 !important;
|
|
|
}
|
|
|
.banner1 {
|
|
|
+ text-align: center;
|
|
|
background-image: url(./img/banner/00.webp);
|
|
|
+ img{
|
|
|
+ width: 15vw;
|
|
|
+ display:block;
|
|
|
+ margin:auto !important;
|
|
|
+ }
|
|
|
}
|
|
|
.banner2 {
|
|
|
background-image: url(./img/banner/002.webp);
|