We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0079100 commit 0133ab0Copy full SHA for 0133ab0
site/components/App/styles.css
@@ -73,7 +73,6 @@
73
}
74
75
.plugin {
76
- width: 16.66%;
77
font-size: 0.9rem;
78
display: inline-block;
79
padding: 18px 0px;
@@ -86,6 +85,22 @@
86
85
border-left: 1px solid #eee;
87
88
+@media (max-width: 480px) {
89
+ .plugin {
90
+ width: 33.33%;
91
+ }
92
+
93
+ .plugin:nth-child(4) {
94
+ border-left: 1px solid #eee;
95
96
+}
97
98
+@media (min-width: 481px) {
99
100
+ width: 16.66%;
101
102
103
104
.center {
105
text-align: center;
106
0 commit comments