wifi-howto/css/style.css
2017-03-31 23:33:49 +02:00

22 lines
261 B
CSS

.os-name {
display: none;
}
.detectedOs {
display: inline;
}
body{
font-size: 18px;
margin: 10px;
max-width: 800px;
}
figure {
margin: 1em 0 2em;
max-width: 100%;
}
figcaption {
margin-bottom: 1em;
}
img {
max-width: 100%;
}