Skip to content

Commit

Permalink
tweak style
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jan 29, 2025
1 parent 0fdf257 commit 86fe9f4
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.wpcom-daily-writing-prompt--prompt {
background-color: #f0f0f1;
padding: 1px 12px;
padding: 1px 16px;
border-radius: 4px;
margin: 1em 0;

button.button-link {
line-height: inherit;
min-height: auto;
// Override mobile styles.
padding: 0;
margin: 0;

&[disabled] {
background-color: transparent !important;
Expand All @@ -17,7 +20,7 @@
.wpcom-daily-writing-prompt--previous-next {
display: flex;
justify-content: flex-end;
margin: .5em 0;
margin: 1em 0;
}

.wpcom-daily-writing-prompt--action-row {
Expand Down

0 comments on commit 86fe9f4

Please sign in to comment.