Skip to content

Commit 208d3bd

Browse files
committed
css > optim
1 parent cde6387 commit 208d3bd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

assets/css/iolla.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ a:active {
229229
visibility: hidden;
230230
background-color: var(--clr-nine);
231231
color: var(--clr-text);
232-
font-size: 0.6rem;
232+
font-size: .6rem;
233233
text-align: center;
234234
padding: 5px 10px;
235235
border-radius: 10px;
@@ -319,7 +319,7 @@ img {
319319
}
320320

321321
figcaption {
322-
font-size: 0.6rem;
322+
font-size: .6rem;
323323
line-height: 1.5rem;
324324
color: var(--clr-figcaption);
325325
}
@@ -424,7 +424,7 @@ h1 + .intro, .footer-peak.alya {
424424
}
425425

426426
blockquote {
427-
font-size: 0.8rem;
427+
font-size: .8rem;
428428
line-height: 1.5em;
429429
font-family: Montserrat-light-i, sans-serif;
430430
font-style: italic;
@@ -449,7 +449,7 @@ blockquote:last-child {
449449
}
450450

451451
.project-meta, .tag-cluster {
452-
font-size: 0.9rem;
452+
font-size: .9rem;
453453
margin-bottom: 1rem;
454454
}
455455

@@ -948,7 +948,7 @@ blockquote:last-child {
948948
display: block;
949949
height: 100%;
950950
width: 100%;
951-
font-size: 0.75rem;
951+
font-size: .75rem;
952952
font-family: Montserrat-regular, Helvetica, Arial, sans-serif;
953953
font-weight: normal;
954954
text-transform: uppercase;
@@ -1096,7 +1096,7 @@ body {
10961096
font-family: Montserrat-regular, Helvetica, Arial, sans-serif;
10971097
text-transform: uppercase;
10981098
font-weight: normal;
1099-
font-size: 0.8rem;
1099+
font-size: .8rem;
11001100
line-height: 1.2rem;
11011101
gap: 10px 40px;
11021102
align-items: center;
@@ -1162,7 +1162,7 @@ body {
11621162
max-width: 48rem;
11631163
margin: 0 auto;
11641164
padding: .75rem;
1165-
font-size: 0.8rem;
1165+
font-size: .8rem;
11661166
text-align: right;
11671167
position: sticky;
11681168
top: 100%;
@@ -1184,12 +1184,12 @@ body {
11841184
.footer-copyright a {
11851185
font-family: Montserrat-regular, Helvetica, Arial, sans-serif;
11861186
text-transform: none;
1187-
font-size: 0.8rem;}
1187+
font-size: .8rem;}
11881188

11891189
span.location {
11901190
font-family: Montserrat-light-i, sans-serif;
11911191
font-style: italic;
1192-
font-size: 0.5rem;
1192+
font-size: .5rem;
11931193
vertical-align: middle;
11941194
font-variant: petite-caps;
11951195
}
@@ -1345,7 +1345,7 @@ span.location {
13451345
}
13461346

13471347
.plate-tagline {
1348-
font-size: 0.8em;
1348+
font-size: .8em;
13491349
margin-bottom: 1.5em;
13501350
color: var(--clr-tagline);
13511351
line-height: 1.5em;
@@ -1416,14 +1416,14 @@ blockquote {
14161416
}
14171417

14181418
.hear-iolla .say-iolla {
1419-
font-size: 0.7rem;
1419+
font-size: .7rem;
14201420
padding: 8px 3px;
14211421
width: 260px;
14221422
margin-left: -130px;
14231423
}
14241424

14251425
.read-iolla {
1426-
font-size: 0.6rem;
1426+
font-size: .6rem;
14271427
padding: 2px 4px;
14281428
width: 200px;
14291429
left: 60%;
@@ -1438,7 +1438,7 @@ blockquote {
14381438

14391439
.plate svg:not(.attractor svg):not(.error svg) {width: 180px; height: 180px;}
14401440
.pagination-item svg {width: 40px; height: 40px;}
1441-
.pagination-label {font-size: 0.8rem; width: 1.7rem;}
1441+
.pagination-label {font-size: .8rem; width: 1.7rem;}
14421442
}
14431443

14441444
@media all and (min-width: 150em) {

0 commit comments

Comments
 (0)