diff --git a/static/css/main.css b/static/css/main.css index 2ad2428..8822fc2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -73,6 +73,7 @@ a:hover { border-radius: 2px; background: url("../img/background-letter.jpg"); background-size: cover; + background-position: right; } #logo { @@ -80,6 +81,9 @@ a:hover { justify-content: center; height: 220px; } +#logo > img { + width: 220px; +} #timer { font-size: 40px; @@ -185,6 +189,9 @@ button[type="submit"]:hover { #logo { height: 150px; } + #logo > img { + width: 150px; + } .row-section { flex-direction: column; width: 100%;