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 5353/* ----- base elements ----- */
5454
5555img {
56- max-width : 100% !important ;
56+ max-width : 100% ;
5757 height : auto;
5858 vertical-align : middle;
5959}
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments