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 6376408 commit 3efca83Copy full SHA for 3efca83
src/components/SmallBoard.vue
@@ -96,6 +96,7 @@ en:
96
width: 30px;
97
background-color: var(--theme-400);
98
margin-bottom: 1em;
99
+ margin-left: 1.2rem;
100
@include breakPoint(mobile) {
101
margin: 0 auto;
102
margin-bottom: 14px;
@@ -109,6 +110,7 @@ en:
109
110
font-size: 18px;
111
font-weight: 700;
112
margin-bottom: 0.7em;
113
+ padding-left: 1rem;
114
115
span {
116
width: 100%
@@ -193,6 +195,7 @@ en:
193
195
&--sidebar & {
194
196
&__name {
197
font-size: 15px;
198
+ padding-left: 0;
199
}
200
201
&__post {
@@ -209,5 +212,9 @@ en:
209
212
210
213
211
214
215
+
216
+ &--sidebar .red-box {
217
+ margin-left: 0;
218
+ }
219
220
</style>
0 commit comments