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.
2 parents 1d7d546 + 973c445 commit 481efddCopy full SHA for 481efdd
components/vote/app-style.scss
@@ -28,10 +28,10 @@
28
}
29
30
&__user-section {
31
- flex: 0 0 25%;
32
padding: 0 0 30px;
33
34
@include break(medium) {
+ flex: 0 0 25%;
35
padding: 0 0 0 20px;
36
37
@@ -144,12 +144,12 @@
144
145
&__score-section {
146
display: flex;
147
- flex: 0 0 40%;
148
border: 1px solid lightgray;
149
user-select: none;
150
flex-wrap: wrap;
151
152
@include break(medium){
+ flex: 0 0 40%;
153
margin-right: 30px;
154
155
@@ -168,8 +168,8 @@
168
169
170
&__item-button {
171
+ align-self: center;
172
flex: 0 0 50%;
- align-self: center;
173
174
175
flex: 0 0 40%;
0 commit comments