diff --git a/styles/Index.module.css b/styles/Index.module.css index 951159e..8019df8 100644 --- a/styles/Index.module.css +++ b/styles/Index.module.css @@ -95,6 +95,21 @@ } @media(max-width:768px) { + .avatar_bar { + justify-content: center; + text-align: center; + flex-direction: column; + } + + .avatar_bar h1 { + font-size: 2em; + } + + .avatar { + width: 40vw; + height: auto; + } + .page { width: 100%; }