commissions ticker
This commit is contained in:
parent
7b37aed0e5
commit
1805431a58
3 changed files with 2 additions and 5 deletions
|
@ -83,7 +83,7 @@
|
|||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
padding: 0;
|
||||
margin: 1em 0;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.linkView li {
|
||||
|
|
|
@ -103,10 +103,6 @@ main .cakeView h2 {
|
|||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.linkView {
|
||||
margin: 0 1em;
|
||||
}
|
||||
|
||||
input[type=submit],
|
||||
input[type=reset],
|
||||
input[type=button],
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<header style="text-align: center;">
|
||||
<h1>abtmtr.link site commissions</h1>
|
||||
<p>commissions are <b>open</b>.</p>
|
||||
<%- include(__dirname + "/views/components/linkView.ejs", {
|
||||
links: [
|
||||
["home", "/"],
|
||||
|
|
Loading…
Reference in a new issue