diff --git a/assets/css/style.css b/assets/css/style.css index ca59702..4c10a13 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -69,4 +69,13 @@ border: none; box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.10); } +@media only screen and (max-width: 587px) { + p,h1,h2,h3,h4,h5,h6,span{ + font-size: 15px; + } +} +.doted-nav{ + position: fixed; + bottom: 0; +} \ No newline at end of file diff --git a/assets/video/bg-video.mp4 b/assets/video/bg-video.mp4 new file mode 100644 index 0000000..dedfab1 Binary files /dev/null and b/assets/video/bg-video.mp4 differ diff --git a/components/homebar.vue b/components/homebar.vue index 6af4190..591d516 100644 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -1,18 +1,32 @@ \ No newline at end of file diff --git a/pages/setting/index.vue b/pages/setting/index.vue index 16403fc..d295643 100644 --- a/pages/setting/index.vue +++ b/pages/setting/index.vue @@ -1,16 +1,17 @@