Update navbar.css

This commit is contained in:
tokmak0 2022-08-28 18:11:41 +03:00 committed by GitHub
parent a9fe56bb6b
commit c5e62a300c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 5 deletions

View File

@ -18,7 +18,7 @@ a {
padding: 20px; padding: 20px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-self: center; align-items: center;
} }
.logo { .logo {
@ -92,9 +92,7 @@ a {
body { body {
font-family: Poppins; font-family: Poppins;
display: flex;
flex-direction: column;
height: 100%;
} }
@ -151,10 +149,18 @@ div.avatar {
} }
@media (max-width: 480px) { @media (max-width: 480px) {
.btn-outline-primary {
width: 100%;
text-align: center;
}
.buttons { .buttons {
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
} }
} .btn-primary {
width: 100%;
text-align: center;
}
}