Adjust slideshow size
This commit is contained in:
parent
8ed8688f6a
commit
aa628a01b0
9
new.css
9
new.css
@ -94,8 +94,9 @@ nav a:hover {
|
|||||||
|
|
||||||
.hero-image {
|
.hero-image {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 800px;
|
width: 500px;
|
||||||
height: 600px;
|
/* height: 450px; */
|
||||||
|
aspect-ratio: 4/3;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@ -106,8 +107,8 @@ nav a:hover {
|
|||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
width: 800px;
|
width: 100%;
|
||||||
height: 600px;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user