We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af8da2 + 6a5999f commit e34bbedCopy full SHA for e34bbed
_static/css/markdown.css
@@ -96,3 +96,25 @@ html.dark div.sketchviz-image {
96
#miembros li p.i-icon:has(a) {
97
display: none;
98
}
99
+
100
+#miembros ul.postlist {
101
+ display: grid;
102
+ grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
103
+ gap: 16px;
104
+ list-style: none;
105
+ padding: 0;
106
+}
107
108
+#miembros ul.postlist li.ablog-post {
109
+ background-color: #fef1f1;
110
+ border-radius: 8px;
111
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
112
+ padding: 16px;
113
+ text-align: center;
114
115
116
117
+html.dark #miembros ul.postlist li.ablog-post {
118
+ background-color: #362b2b;
119
+ box-shadow: 0 2px 4px rgba(246, 241, 241, 0.1);
120
0 commit comments