f
This commit is contained in:
20
main.css
20
main.css
@@ -35,7 +35,7 @@ h1 {
|
||||
text-align: center;
|
||||
padding-top: 10%;
|
||||
padding-bottom: 10%;
|
||||
min-height: 100vh;
|
||||
min-height: 80vh;
|
||||
box-sizing: border-box;
|
||||
background-image: url(https://www.state.gov/wp-content/uploads/2022/02/Kuwait-2323x1406.png);
|
||||
background-attachment: fixed;
|
||||
@@ -106,7 +106,7 @@ h1 {
|
||||
}
|
||||
|
||||
#head-marker {
|
||||
margin-top: 20vh;
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
#head-marker.scrolly-out + #headin {
|
||||
@@ -207,6 +207,7 @@ a:hover {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: rgba(255, 125, 125, 0.8);
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#carousel-outer:hover {
|
||||
@@ -214,21 +215,20 @@ a:hover {
|
||||
}
|
||||
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
#carousel-inner::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
#carousel-inner::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide scrollbar for IE, Edge and Firefox */
|
||||
#carousel-inner {
|
||||
-ms-overflow-style: none;
|
||||
#carousel-inner {
|
||||
-ms-overflow-style: none;
|
||||
/* IE and Edge */
|
||||
scrollbar-width: none;
|
||||
scrollbar-width: none;
|
||||
/* Firefox */
|
||||
}
|
||||
}
|
||||
|
||||
#carousel-inner {
|
||||
white-space: nowrap;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user