We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a776205 commit d2267b1Copy full SHA for d2267b1
1 file changed
index.html
@@ -206,14 +206,10 @@
206
.hero-container {
207
padding-top: 0 !important;
208
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 */
+ background-repeat: no-repeat;
+ background-position: center top; /* üstte ve ortalanmış gösterim */
+ background-size: auto; /* resim orijinal boyutunda kalsın */
215
216
- margin: 0;
217
background-color: transparent; /* no color */
218
}
219
.bg-transparent {
0 commit comments