Skip to content

Commit

Permalink
Center the welcome image in mobile (#32264)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 authored May 27, 2021
1 parent 3eaea6b commit bd54fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.customize-widgets-welcome-guide {
&__image {
&__image__wrapper {
background: #00a0d2;
text-align: center;
margin-bottom: $grid-unit-10;
}

&__image {
height: 240px;
margin: 0 0 $grid-unit-10;

&__prm-r {
display: none;
Expand Down

0 comments on commit bd54fbc

Please sign in to comment.