mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
Update navbar.css
This commit is contained in:
parent
a9fe56bb6b
commit
c5e62a300c
1 changed files with 11 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue