datenspuren: add ship
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Astro 2023-07-02 21:52:17 +02:00
parent 242a77afea
commit fa71bf59ae
2 changed files with 59 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -67,15 +67,24 @@ h1:after {
}
}
main:before {
float: left;
width: 233px;
height: 192px;
content: url('ship.svg');
margin: 0 1rem 4rem;
}
main {
max-width: 40em;
margin: 1rem auto;
margin: 2rem auto;
padding: 0.5rem;
background-color: #4d2060;
border-radius: 1rem;
}
footer {
clear: both;
margin: 4rem auto 1rem;
}