We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff9951 commit ccfdb3dCopy full SHA for ccfdb3d
1 file changed
index.html
@@ -207,13 +207,13 @@
207
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true');
208
background-repeat: no-repeat;
209
/*background-position: center 23%; Yatayda ortalanmış, dikeyde %23 aşağıya kaydırılmış */
210
- /* background-size: cover; Alanı tamamen kaplamak için */
+ /* background-size: cover; contain Alanı tamamen kaplamak için */
211
212
padding-top: 0!important;
213
214
background-position: center bottom 23%; /* altan kestim */
215
216
- background-size: contain;
+ background-size: cover;
217
218
219
}
@@ -1625,3 +1625,4 @@ <h1 class="home-text48">
1625
1626
1627
1628
+
0 commit comments