diff --git a/src/style.css b/src/style.css index fe3f67a..540ec41 100755 --- a/src/style.css +++ b/src/style.css @@ -321,6 +321,19 @@ body.nav-active { margin-bottom: 10px; font-family:var(--fontFamily-dm_sans); } +@media(max-width:520px){ + .top_navbar_style{ + display: flex; + flex-direction: column; + justify-content: space-between; + justify-items: center; + padding: 20px; + margin-top: -34px; + color: rgb(234, 231, 226); + border-bottom: 1px solid rgb(238, 187, 120); + margin-bottom: 10px; + } +} .separator { width: 8px; height: 8px;