chore: complete footer layout

git icon from https://gitlab-org.gitlab.io/gitlab-svgs

!35 closes #25
This commit is contained in:
2024-07-14 04:22:41 +09:30
parent d4aaea4dbb
commit a4617c28f8
6 changed files with 54 additions and 13 deletions

View File

@ -190,6 +190,22 @@ footer {
margin: 0%;
}
footer span {
display: inline-block;
width: 33%;
padding: 0px 10px 0px 10px;
margin: 0px;
vertical-align: middle;
height: 100%;
/*line-height: 76px;*/
}
footer span svg {
height: 100%;
width: 30px;
fill: #177ee6
}
/* Style The Dropdown Button */
.dropbtn {
background-color: #177ee6;