Skip to content

Commit 42c9c2a

Browse files
committed
Compact list (wrap on 2 multiple lines) and prepare for images.
Cf #17
1 parent 5aca327 commit 42c9c2a

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

_includes/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pre {
5353
/* ----- base elements ----- */
5454

5555
img {
56-
max-width:100%!important;
56+
max-width:100%;
5757
height:auto;
5858
vertical-align:middle;
5959
}

combo.css

+15-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,21 @@ div.vis-item.vis-selected {
5050
color: #868686;
5151
}
5252

53-
/* enable that if too long, but seem to have some rendering issues.*/
54-
/*.p-sections20-projects ul {
55-
column-count: 3;
56-
list-style: none;
57-
}*/
58-
5953
.subtlecircle .fa-stack-1x{
6054
font-size: 80%;
6155
}
56+
57+
58+
#sections30-projects li {
59+
display: inline-block;
60+
margin: 10px;
61+
padding: 20px;
62+
font-size: 19px;
63+
}
64+
65+
#sections30-projects li > img{
66+
margin: auto;
67+
display: block;
68+
max-width: 100px;
69+
max-height: 100px;
70+
}

0 commit comments

Comments
 (0)