commissions ticker

This commit is contained in:
MeowcaTheoRange 2024-10-06 12:59:47 -05:00
parent 7b37aed0e5
commit 1805431a58
3 changed files with 2 additions and 5 deletions

View file

@ -83,7 +83,7 @@
display: grid; display: grid;
grid-auto-flow: column; grid-auto-flow: column;
padding: 0; padding: 0;
margin: 1em 0; margin: 1em;
} }
.linkView li { .linkView li {

View file

@ -103,10 +103,6 @@ main .cakeView h2 {
margin-top: 1rem; margin-top: 1rem;
} }
.linkView {
margin: 0 1em;
}
input[type=submit], input[type=submit],
input[type=reset], input[type=reset],
input[type=button], input[type=button],

View file

@ -1,5 +1,6 @@
<header style="text-align: center;"> <header style="text-align: center;">
<h1>abtmtr.link site commissions</h1> <h1>abtmtr.link site commissions</h1>
<p>commissions are <b>open</b>.</p>
<%- include(__dirname + "/views/components/linkView.ejs", { <%- include(__dirname + "/views/components/linkView.ejs", {
links: [ links: [
["home", "/"], ["home", "/"],