Skip to content

Commit 004c7fe

Browse files
Ancho general de la aplicacion 5
1 parent 990f0a8 commit 004c7fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Components/Mis-Reservas/mis-reservas.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
}
55

66
.section {
7+
width: min(1400px, 96vw);
78
display: flex;
89
justify-content: center;
910
isolation: isolate;
@@ -14,7 +15,7 @@
1415
background: #fff;
1516
border-radius: 16px;
1617
box-shadow: 0 2px 12px rgba(30,41,59,0.08);
17-
padding: 24px;
18+
padding: clamp(16px, 2vw, 28px);
1819
width: 100%;
1920
max-width: 100%;
2021
min-width: 0;

0 commit comments

Comments
 (0)