nictemplate/templates/assets/css/index.css
Nathan Woodburn 18b18bc2a2
Some checks failed
Build Docker / Build Image (push) Failing after 14s
feat: Add dynamic TLD using python
2023-10-30 15:37:51 +11:00

11 lines
156 B
CSS

html {
height: 100%;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
padding-left: 5%;
}