Skip to content

Commit

Permalink
Adjust styles for mobile views.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov committed Aug 16, 2021
1 parent 9013c5b commit 31136db
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@
}
}

.googlesitekit-setup-module--analytics .googlesitekit-settings-module__meta-item--data-only {
margin-top: -$grid-gap-phone;

@media (min-width: $bp-tablet) {
margin-top: 0;
}
}

.googlesitekit-settings-module__inline-items {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 31136db

Please sign in to comment.