mirror of
https://codeberg.org/vlw/mina-bekanta.git
synced 2025-09-14 00:43:42 +02:00
26 lines
No EOL
321 B
CSS
26 lines
No EOL
321 B
CSS
* {
|
|
margin: 0;
|
|
font-family: sans-serif;
|
|
font-size: 2vw;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
max-width: 90vw;
|
|
max-height: 90vh;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.github-fork-ribbon:before {
|
|
background-color: #212121;
|
|
} |