Skip to content

Commit ddef3b7

Browse files
Jasmin HedlundJasmin Hedlund
authored andcommitted
Merge branch 'css'
2 parents c05f0dd + a2d0c9f commit ddef3b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ input[type="radio"]:focus-visible+label {
331331
/* About page*/
332332
.noinfo-image {
333333
width: 100%;
334-
height: auto;
334+
aspect-ratio: 2.48 / 1;
335+
/*to better cls*/
335336
object-fit: cover;
336337
}
337338

@@ -342,6 +343,8 @@ input[type="radio"]:focus-visible+label {
342343
text-align: center;
343344
padding-left: 10px;
344345
padding-right: 10px;
346+
min-height: 300px;
347+
/*for better cls*/
345348

346349
}
347350

0 commit comments

Comments
 (0)