File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 53
53
/* ----- base elements ----- */
54
54
55
55
img {
56
- max-width : 100% !important ;
56
+ max-width : 100% ;
57
57
height : auto;
58
58
vertical-align : middle;
59
59
}
Original file line number Diff line number Diff line change @@ -50,12 +50,21 @@ div.vis-item.vis-selected {
50
50
color : # 868686 ;
51
51
}
52
52
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
-
59
53
.subtlecircle .fa-stack-1x {
60
54
font-size : 80% ;
61
55
}
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
+ }
You can’t perform that action at this time.
0 commit comments