Skip to content

Commit 59876c7

Browse files
committed
fix: footer missing padding when page gets longer
1 parent f500c69 commit 59876c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

llmgoat/static/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ a:visited {
210210
flex: 1;
211211
display: flex;
212212
flex-direction: column;
213-
padding: 2rem;
213+
padding: 2rem 2rem 0 2rem;
214214
margin-left: 335px;
215215
}
216216

@@ -286,6 +286,7 @@ mark {
286286

287287
.main-footer {
288288
text-align: center;
289+
padding-bottom: 2rem;
289290
}
290291

291292
/* solved overlay styles */

0 commit comments

Comments
 (0)