1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-16 13:04:06 +00:00

Index creation

This commit is contained in:
2023-01-22 15:30:27 +01:00
parent 53093681ec
commit 480edf8d59
6 changed files with 220 additions and 15 deletions

View File

@ -124,18 +124,4 @@
padding: 1rem;
border-top: 1px solid #ccc;
}
@media (max-width: 600px) {
.outer {
padding: 0;
}
.inner {
max-width: 100%;
max-height: 100%;
width: 100%;
margin-top: auto;
margin-bottom: 0;
}
}
</style>