add responsive

This commit is contained in:
p2405951
2025-11-14 12:16:51 +01:00
parent d315dc8534
commit a077db77f3
3 changed files with 232 additions and 64 deletions
+13 -5
View File
@@ -21,13 +21,21 @@
}
.content {
padding: 1.5rem;
z-index: 1;
@media screen and (max-width: 768px) {
.content{
padding: 0.7rem;
z-index:1;
}
}
@media screen and (min-width: 1000px) {
.content{
padding: 1.1rem;
z-index:1;
}
}