mzimm003's picture
Add smartphone capability.
a529397
raw
history blame contribute delete
141 Bytes
.auto {
width: auto;
height: auto;
}
.fullWidth {
width: 100%;
height: auto;
}
body {
margin: 0;
}
img {
user-select: none;
}