From ae962a2b6b9e03dc799254fb531b3bd9380360c5 Mon Sep 17 00:00:00 2001 From: Nofated095 Date: Tue, 3 Oct 2023 10:40:54 +0800 Subject: [PATCH] update css --- markdown_backup/team-members.md | 27 --------------------------- src/.vuepress/styles/index.scss | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 markdown_backup/team-members.md diff --git a/markdown_backup/team-members.md b/markdown_backup/team-members.md deleted file mode 100644 index 9bb7990..0000000 --- a/markdown_backup/team-members.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -heroImage: /logo.svg -bgImage: https://theme-hope-assets.vuejs.press/bg/6-light.svg -bgImageDark: https://theme-hope-assets.vuejs.press/bg/6-dark.svg -bgImageStyle: - background-attachment: fixed -heroText: Team -tagline: Let's Introduce our great team! - - - header: Lei Wang / Primary PI - description: The harder you do, the more luck you have. Htai!Hentai!Henta - image: https://gitlab.igem.org/2022/bjwz-china/-/raw/252151e6ce9d56d17ec1226de24e84459ae396ac/picture/wanglei.jpg - bgImage: https://theme-hope-assets.vuejs.press/bg/5-light.svg - bgImageDark: https://theme-hope-assets.vuejs.press/bg/5-dark.svg - - - header: Hongjun Zhang / Sencondary PI - description: Hope for the best and prepare for the worst.Hentai!Hentai!Hentai!H - image: https://gitlab.igem.org/2022/bjwz-china/-/raw/main/picture/zhanghongjun.jpg - bgImage: https://theme-hope-assets.vuejs.press/bg/5-light.svg - bgImageDark: https://theme-hope-assets.vuejs.press/bg/5-dark.svg - - - header: BiYun Xiang / Instructor - description: Love it, enjoy it and do it. - image: https://gitlab.igem.org/2022/bjwz-china/-/raw/main/picture/xiangbiyun.jpeg - bgImage: https://theme-hope-assets.vuejs.press/bg/4-light.svg - bgImageDark: https://theme-hope-assets.vuejs.press/bg/4-dark.svg ---- diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index bf58f45..7c112d8 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -6,7 +6,7 @@ .vp-hero-infos > #main-title { font-family: 'Cinzel Decorative', cursive; - font-size: 8vh; + font-size: 10vh; // background: linear-gradient(120deg,#004ff0,#0028B1 30%,#0087e8 100%); }