mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 12:00:41 +03:00
Footer position is finally fixed, and ips for user
This commit is contained in:
parent
a6098a1f34
commit
6c5f36836b
1 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,10 @@
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Poppins;
|
||||
font-family: Poppins;
|
||||
min-height: 400px;
|
||||
margin-bottom: 100px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -202,11 +205,12 @@ select option {
|
|||
|
||||
.footer {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
background-color: var(--main);
|
||||
padding: 10px;
|
||||
bottom: 0;
|
||||
color: white;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
Loading…
Reference in a new issue