feat: setup documentation wegsite
This commit is contained in:
13
src/static/style.css
Normal file
13
src/static/style.css
Normal file
@@ -0,0 +1,13 @@
|
||||
img {
|
||||
float: right;
|
||||
margin: 1em;
|
||||
max-width: 20%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Responsive: remove float on small screens */
|
||||
@media screen and (max-width: 768px) {
|
||||
img {
|
||||
max-width: 50%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user