We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aca327 commit 42c9c2aCopy full SHA for 42c9c2a
_includes/css/main.css
@@ -53,7 +53,7 @@ pre {
53
/* ----- base elements ----- */
54
55
img {
56
- max-width:100%!important;
+ max-width:100%;
57
height:auto;
58
vertical-align:middle;
59
}
combo.css
@@ -50,12 +50,21 @@ div.vis-item.vis-selected {
50
color: #868686;
51
52
-/* enable that if too long, but seem to have some rendering issues.*/
-/*.p-sections20-projects ul {
- column-count: 3;
- list-style: none;
-}*/
-
.subtlecircle .fa-stack-1x{
60
font-size: 80%;
61
+
+#sections30-projects li {
+ display: inline-block;
+ margin: 10px;
+ 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