Skip to content

Commit de70c84

Browse files
Update index.html
1 parent 2b1ce5b commit de70c84

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158
.button-gradient {
159159
display: flex;
160-
font-size: 18px;
160+
font-size: 50px;
161161
background: linear-gradient(90deg, #C7FF9B 0%, #FFF6A7 100%);
162162
font-style: normal;
163163
transition: 0.3s;
@@ -178,7 +178,7 @@
178178
}
179179
.button-transparent {
180180
color: var(--dl-color-scheme-white);
181-
font-size: 18px;
181+
font-size: 50px;
182182
font-style: normal;
183183
transition: 0.3s;
184184
font-weight: 700;
@@ -216,9 +216,14 @@
216216
.hero-container {
217217
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20signmobil.jpg?raw=true') !important;
218218
min-width: 321px; /* ya da 400px deneyebilirsin */
219+
219220
max-width: 640px;
220221
background-size: cover; /* Resmi düzgün şekilde göstermek için */
221222
}
223+
.mobil {
224+
display: none;
225+
}
226+
222227
}
223228
.bg-transparent {
224229
background-color: transparent;
@@ -1304,7 +1309,7 @@
13041309
<br> Establish contact with us <
13051310
</span> -->
13061311
<h1 class="home-title">
1307-
<span>Mathpath Console</span>
1312+
<span class="mobil" >Mathpath Console</span>
13081313
<span class="home-text08">Version Mp-6.x</span>
13091314
</h1>
13101315
<span class="home-description">
@@ -1630,5 +1635,6 @@ <h1 class="home-text48">
16301635

16311636

16321637

1638+
16331639

16341640

0 commit comments

Comments
 (0)