We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d5434 commit e41f8d3Copy full SHA for e41f8d3
src/css/templates.css
@@ -145,6 +145,8 @@ footer {
145
width: 100%;
146
}
147
148
+
149
150
.title-content-image .content-container .content-wrapper .content > ul,
151
.title-content-image .content-container .content-wrapper .content > ol,
152
.title-content-image .content-container .content-wrapper .content > p,
@@ -161,6 +163,13 @@ footer {
161
163
right: 0;
162
164
165
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
173
.about-us-text {
174
background-color: rgba(32, 67, 79, 0.8);
175
0 commit comments