diff --git a/src/components/Home.vue b/src/components/Home.vue index dda024c..aeeae4b 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -309,4 +309,20 @@ } } + @media screen and (max-width: 1600px) { + .readme { + align-self: center; + margin-bottom: 0; + font-size: 1vw; + } + } + @media screen and (max-width: 1200px) { + .name { + font-size: 1.2vw; + + align-self: center; + margin-bottom: 0; + } + } +