Skip to content

Commit e41f8d3

Browse files
committed
fix image size in title content image slide
1 parent 72d5434 commit e41f8d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/templates.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ footer {
145145
width: 100%;
146146
}
147147

148+
149+
148150
.title-content-image .content-container .content-wrapper .content > ul,
149151
.title-content-image .content-container .content-wrapper .content > ol,
150152
.title-content-image .content-container .content-wrapper .content > p,
@@ -161,6 +163,13 @@ footer {
161163
right: 0;
162164
}
163165

166+
.title-content-image .content-container .content-wrapper .content .image-container img {
167+
max-width: 100%;
168+
height: auto;
169+
width: auto;
170+
max-height: 80vh;
171+
}
172+
164173
.about-us-text {
165174
background-color: rgba(32, 67, 79, 0.8);
166175
width: 100%;

0 commit comments

Comments
 (0)