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 d3ce744 commit f2efdb5Copy full SHA for f2efdb5
_sass/_layout.scss
@@ -357,10 +357,11 @@ ul.contact {
357
li {
358
display: flex;
359
align-items: stretch;
360
+ flex-basis: 13.5em;
361
362
a, a:visited {
363
@extend .box-design;
- max-width: 13em;
364
+ width: 100%;
365
margin: 10px;
366
vertical-align: top;
367
padding: 1em 0.6em 1.2em;
@@ -385,9 +386,13 @@ ul.contact {
385
386
.box-list.post-overview {
387
margin-top: 1.2em;
388
389
+ li {
390
+ flex-basis: 210px;
391
+ }
392
+
393
a {
394
font-size: $base-font-size;
- max-width: 165px;
395
396
}
397
398
.post-meta {
0 commit comments