diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ec1483a..24d17c5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -25,9 +25,9 @@ import HeaderNav from "@/components/HeaderNav.vue" :root * { color: #e0e0e0; } - + .background { - height: 250%; + height: 100%; width: 100%; position:absolute; top:0; @@ -38,9 +38,14 @@ import HeaderNav from "@/components/HeaderNav.vue" #000000 50%, map.get(map.get(base.$themes, "dark"), "background") 100%, ) no-repeat; + resize: both; font-family: "YaHei Consolas Hybrid", Consolas, Inconsolata, sans-serif; } + body { + background: black + } + .nav-li { padding: 10px; } diff --git a/frontend/src/components/Projects.vue b/frontend/src/components/Projects.vue index d501347..2d6134f 100644 --- a/frontend/src/components/Projects.vue +++ b/frontend/src/components/Projects.vue @@ -7,7 +7,7 @@
+
┌─────────────────────────────────────────────┐
│ _ _ __ │
│ ___ _ __ ___ (_)| | __ ___ / _| _ __ │
@@ -53,4 +53,10 @@ import { Icon } from '@iconify/vue'
}
}
-
+ @media screen and (min-width: 1600px) {
+ body {
+ font-size: 30px;
+ }
+ }
+
+
\ No newline at end of file