Skip to content

Commit c11a5f7

Browse files
committed
html + css > svg optim
1 parent 54f916b commit c11a5f7

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

assets/css/iolla.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,17 @@ img {
296296
margin: 0 auto;
297297
}
298298

299+
.plate svg {width: 80px; height: 80px;}
300+
299301
@media screen and (min-width: 40em) {
300302
.alya img {
301303
border: 8px solid var(--clr-six);
302304
max-height: 30%;
303305
max-width: 30%;
304306
}
307+
308+
.plate svg {width: 110px; height: 110px;}
309+
305310
}
306311

307312
.focal figure img {

0 commit comments

Comments
 (0)