13 lines
174 B
CSS
13 lines
174 B
CSS
footer {
|
|
background-color: #f5f5f5;
|
|
margin-top: 1vh;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.ml-auto .nav-item {
|
|
padding: 1vh;
|
|
}
|