wallart-server/web/style.css

10 lines
149 B
CSS
Raw Normal View History

2022-09-25 12:03:05 -06:00
html {
font-family: sans-serif;
text-align: center;
}
img#wallart {
max-width: 90vw;
width: 320px;
image-rendering: pixelated;
}