We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d058d8 commit f67582fCopy full SHA for f67582f
1 file changed
index.html
@@ -206,9 +206,13 @@
206
.hero-container {
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-position: center 23%; Yatayda ortalanmış, dikeyde %23 aşağıya kaydırılmış */
+ /* background-size: cover; Alanı tamamen kaplamak için */
211
+
212
padding-top: 0!important;
213
214
+ background-position: center center;
215
+ background-size: contain;
216
217
218
}
@@ -1615,3 +1619,4 @@ <h1 class="home-text48">
1615
1619
1616
1620
1617
1621
1622
0 commit comments