Skip to content

Commit 5065921

Browse files
committed
footer: get rid of the fixed height thing
Signed-off-by: Sumner Evans <me@sumnerevans.com>
1 parent f4ea8e6 commit 5065921

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

website/static/index.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ html {
1313

1414
body {
1515
background-color: #E2E2E2;
16-
margin: 0 0 160px 0;
17-
}
18-
19-
@media (max-width: 800px) {
20-
body {
21-
margin-bottom: 225px;
22-
}
2316
}
2417

2518
a {
@@ -193,10 +186,7 @@ h3 {
193186

194187
footer.footer {
195188
background-color: #AAAAAA;
196-
position: fixed;
197-
bottom: 0;
198189
width: 100%;
199-
z-index: -100;
200190
}
201191

202192
footer.footer .acm-logo {

website/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<script data-goatcounter="https://mineshspc.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
2626
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
2727
</head>
28-
<body class="pb-4 shadow">
28+
<body>
2929

3030
{{ template "navbar" . }}
3131

website/templates/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "footer" }}
2-
<footer class="footer mt-4 pt-4 ps-4 pe-4">
2+
<footer class="footer mt-4 py-4">
33
<div class="row">
44
<div class="col text-center text-secondary">
55
<p>

0 commit comments

Comments
 (0)