Spaces:
Sleeping
Sleeping
.auto { | |
width: auto; | |
height: auto; | |
} | |
.fullWidth { | |
width: 100%; | |
height: auto; | |
} | |
body { | |
margin: 0; | |
} | |
img { | |
user-select: none; | |
} | |