Compare commits
2 commits
4e1b3338d7
...
19d8603117
Author | SHA1 | Date | |
---|---|---|---|
19d8603117 | |||
15c6ad8be1 |
3 changed files with 9 additions and 8 deletions
|
@ -4,7 +4,8 @@ body {
|
|||
flex-direction: column;*/
|
||||
display: grid;
|
||||
min-height: 100vh;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
/*grid-template-rows: auto 1fr auto;*/
|
||||
grid-template-columns: 0.2fr 1fr;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -72,7 +73,7 @@ header h2 {
|
|||
}
|
||||
|
||||
#main {
|
||||
margin: 2em 3em 5em 3em;
|
||||
margin: 2em 3em 5em 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
@ -8,7 +8,7 @@ rel="stylesheet" href="/css/copaings.css"
|
|||
|
||||
<ul>
|
||||
<li><a href="https://enpls.org">outout</a></li>
|
||||
<li><a href="https://bensuperpc.org/">bensuperpc</a></li>
|
||||
<!--<li><a href="https://bensuperpc.org/">bensuperpc</a></li>-->
|
||||
<li><a href="http://heartathack.club/">alol</a></li>
|
||||
<li><a href="https://eban.eu.org">eban</a></li>
|
||||
<li><a href="https://patchli.fr/">patch</a></li>
|
||||
|
@ -24,9 +24,9 @@ rel="stylesheet" href="/css/copaings.css"
|
|||
<li><a href="https://l4p1n.ch/">l4p1n</a></li>
|
||||
<li><a href="https://www.woody.sh/">w00dy</a></li>
|
||||
<li><a href="https://itarow.github.io/">itarow</a></li>
|
||||
<li><a href="https://atao.re/">atao</a></li>
|
||||
<!--<li><a href="https://atao.re/">atao</a></li>-->
|
||||
<li><a href="https://ratakor.com/">ratakor</a></li>
|
||||
<li><a href="https://seesmakoto.000webhostapp.com/">makoto</a></li>
|
||||
<!--<li><a href="https://seesmakoto.000webhostapp.com/">makoto</a></li>-->
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
|
|
|
@ -8,7 +8,7 @@ rel="stylesheet" href="/css/copaings.css"
|
|||
|
||||
<ul>
|
||||
<li><a href="https://enpls.org">outout</a></li>
|
||||
<li><a href="https://bensuperpc.org/">bensuperpc</a></li>
|
||||
<!--<li><a href="https://bensuperpc.org/">bensuperpc</a></li>-->
|
||||
<li><a href="http://heartathack.club/">alol</a></li>
|
||||
<li><a href="https://eban.eu.org">eban</a></li>
|
||||
<li><a href="https://patchli.fr/">patch</a></li>
|
||||
|
@ -24,9 +24,9 @@ rel="stylesheet" href="/css/copaings.css"
|
|||
<li><a href="https://l4p1n.ch/">l4p1n</a></li>
|
||||
<li><a href="https://www.woody.sh/">w00dy</a></li>
|
||||
<li><a href="https://itarow.github.io/">itarow</a></li>
|
||||
<li><a href="https://atao.re/">atao</a></li>
|
||||
<!--<li><a href="https://atao.re/">atao</a></li>-->
|
||||
<li><a href="https://ratakor.com/">ratakor</a></li>
|
||||
<li><a href="https://seesmakoto.000webhostapp.com/">makoto</a></li>
|
||||
<!--<li><a href="https://seesmakoto.000webhostapp.com/">makoto</a></li>-->
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue