Skip to content

Commit d2267b1

Browse files
Update index.html
1 parent a776205 commit d2267b1

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,10 @@
206206
.hero-container {
207207
padding-top: 0 !important;
208208
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true'); /* sos wallpaper here */
209-
background-size: cover;
210-
background-position: center;
211-
background-repeat: no-repeat;
212-
min-height: 100vh; /* EKRANIN TAMAMINI KAPLASIN */
213-
display: flex;
214-
align-items: center; /* içerikleri dikeyde ortala */
209+
background-repeat: no-repeat;
210+
background-position: center top; /* üstte ve ortalanmış gösterim */
211+
background-size: auto; /* resim orijinal boyutunda kalsın */
215212
padding-top: 0 !important;
216-
margin: 0;
217213
background-color: transparent; /* no color */
218214
}
219215
.bg-transparent {

0 commit comments

Comments
 (0)