diff --git a/notes/static/notes/stylesheets/style.css b/notes/static/notes/stylesheets/style.css index f98e0a3..d6359b9 100644 --- a/notes/static/notes/stylesheets/style.css +++ b/notes/static/notes/stylesheets/style.css @@ -21,17 +21,25 @@ header > .home { text-decoration: none; color: #000; margin-left: 20px; + @media (max-width: 500px) { + font-size: 2em; + } } header img { height: 40px; margin: 20px; + @media (max-width: 500px) { + height: 25px; + margin: 10px 15px; + } } .logout { padding: 0; background: transparent; border: none; + min-width: unset; } main {