Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +4 -8
templates/index.html
CHANGED
@@ -88,8 +88,8 @@
|
|
88 |
white-space: pre-wrap;
|
89 |
}
|
90 |
.preview-image {
|
91 |
-
max-width:
|
92 |
-
|
93 |
object-fit: contain;
|
94 |
transition: transform 0.3s ease;
|
95 |
}
|
@@ -118,7 +118,7 @@
|
|
118 |
.table-responsive {
|
119 |
overflow-x: auto;
|
120 |
}
|
121 |
-
/*
|
122 |
header, main {
|
123 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
124 |
border-radius: 8px;
|
@@ -127,14 +127,10 @@
|
|
127 |
font-size: 2.5rem;
|
128 |
font-weight: 700;
|
129 |
}
|
130 |
-
/* Ic么nes */
|
131 |
-
.icon {
|
132 |
-
margin-right: 0.5rem;
|
133 |
-
}
|
134 |
</style>
|
135 |
</head>
|
136 |
<body class="p-4">
|
137 |
-
<div class="
|
138 |
<header class="p-6 text-center mb-8 bg-white">
|
139 |
<h1 class="text-4xl font-bold text-blue-600">Mariam M-0</h1>
|
140 |
<p class="text-gray-600">Solution Math茅matique/Physique/Chimie Intelligente</p>
|
|
|
88 |
white-space: pre-wrap;
|
89 |
}
|
90 |
.preview-image {
|
91 |
+
max-width: 100%;
|
92 |
+
height: auto;
|
93 |
object-fit: contain;
|
94 |
transition: transform 0.3s ease;
|
95 |
}
|
|
|
118 |
.table-responsive {
|
119 |
overflow-x: auto;
|
120 |
}
|
121 |
+
/* Effets visuels subtils */
|
122 |
header, main {
|
123 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
124 |
border-radius: 8px;
|
|
|
127 |
font-size: 2.5rem;
|
128 |
font-weight: 700;
|
129 |
}
|
|
|
|
|
|
|
|
|
130 |
</style>
|
131 |
</head>
|
132 |
<body class="p-4">
|
133 |
+
<div class="w-full">
|
134 |
<header class="p-6 text-center mb-8 bg-white">
|
135 |
<h1 class="text-4xl font-bold text-blue-600">Mariam M-0</h1>
|
136 |
<p class="text-gray-600">Solution Math茅matique/Physique/Chimie Intelligente</p>
|