We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e0716 commit 02e6bf0Copy full SHA for 02e6bf0
1 file changed
assets/css/style.css
@@ -190,14 +190,19 @@ body {
190
/* Approach image */
191
.approach-image {
192
margin-bottom: 20px;
193
+ max-width: 400px;
194
+ margin-left: auto;
195
+ margin-right: auto;
196
}
197
198
.approach-image img {
199
width: 100%;
200
height: auto;
201
+ max-height: 300px;
202
border-radius: var(--border-radius);
203
box-shadow: var(--shadow);
- object-fit: cover;
204
+ object-fit: contain;
205
+ background: #f8f8f8;
206
207
208
/* Research area tags */
@@ -1094,6 +1099,15 @@ body {
1094
1099
margin: 0 auto;
1095
1100
1096
1101
1102
+ .approach-image {
1103
+ max-width: 300px;
1104
+ margin: 0 auto 20px auto;
1105
+ }
1106
+
1107
+ .approach-image img {
1108
+ max-height: 200px;
1109
1110
1097
1111
.hiring-content {
1098
1112
flex-direction: column;
1113
gap: 20px;
0 commit comments