Skip to content

Commit 911fe73

Browse files
authored
feat: center load more button on ideas page (#220)
1 parent 2ce6758 commit 911fe73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

blocks/ideas/ideas.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
}
104104

105105
.ideas__load-button {
106+
display: block;
106107
margin-block: 2rem;
107108
width: 100%;
108109

@@ -112,6 +113,7 @@
112113

113114
@media (min-width: 48rem) {
114115
width: auto;
116+
margin-inline: auto;
115117
}
116118

117119
@media (min-width: 80rem) {

0 commit comments

Comments
 (0)