diff --git a/css/style.css b/css/style.css index 03c0ed0..1d20e73 100644 --- a/css/style.css +++ b/css/style.css @@ -187,8 +187,7 @@ td { .banner { - background-image: url(../images/banner_2021.png); - background-position: center; + background-position: center ; background-repeat: no-repeat; -moz-background-size: cover; -o-background-size: cover; @@ -197,6 +196,10 @@ td { margin-bottom: 30px; } +.carousel-indicators{ + margin: auto !important; +} + #intro { display: table; width: 100%; @@ -1817,4 +1820,18 @@ body.mobile-nav-active #mobile-nav-toggle { #mobile-nav-toggle { display: inline; } +} + +@media only screen + and (max-width : 768px) { + .banner { + min-height: 350px; + } +} + +@media only screen + and (max-width : 425px) { + .carousel-inner img{ + height: 400px ; + } } \ No newline at end of file diff --git a/index.html b/index.html index 52e07b1..5f0bf5b 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ + @@ -96,7 +97,48 @@ ============================--> -
+ @@ -539,6 +581,7 @@