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