We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651e8da commit 04a4928Copy full SHA for 04a4928
css/plugins/_plugins.scss
@@ -9,6 +9,10 @@
9
padding-bottom: 60px; // was: 24+24+12px;
10
padding-left: 48px; // was: 24px;
11
12
+ .plugins-views {
13
+ padding: 10px 15px;
14
+ }
15
+
16
17
.plugin {
18
display: inline-block;
plugins/index.html
@@ -6,7 +6,7 @@
6
7
<div class='plugins'>
8
- <div>
+ <div class='plugins-views'>
<a href="/plugins">All</a> • <a href="/plugins/top">Top 33</a>
</div>
plugins/top.html
@@ -8,7 +8,7 @@
0 commit comments