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 54554f7 commit 6c14619Copy full SHA for 6c14619
3 files changed
assets/scss/_more.scss
@@ -6,6 +6,10 @@
6
align-items: center;
7
margin: 2em;
8
9
+ @media #{$media-size-phone} {
10
+ margin: 0;
11
+ }
12
+
13
&-left {
14
width: 100%;
15
display: flex;
@@ -17,6 +21,10 @@
17
21
18
22
flex-direction: column;
19
23
gap: 1em;
24
25
+ & div {
26
+ text-align: center;
27
20
28
}
29
30
& .author-icon {
themes/hello-friend-trx/assets/scss/_list.scss
@@ -8,6 +8,10 @@
padding: 16px;
+ padding: 14px;
&-group {
16
margin-bottom: 1.9em;
themes/hello-friend-trx/assets/scss/_single.scss
@@ -9,6 +9,14 @@
+ .posts {
+ padding: 0;
&-date {
&:after {
content: '—';
0 commit comments