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 {
|
||||
flex: 0 0 auto;
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
width: 500px;
|
||||
/* height: 450px; */
|
||||
aspect-ratio: 4/3;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -106,8 +107,8 @@ nav a:hover {
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
padding: 10px;
|
||||
background-color: #f7f7f7;
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user