Skip to content

Commit

Permalink
Fix css of class .newsletter input (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mucadlucca authored Aug 26, 2020
1 parent 4b57abc commit 9a18acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ footer label:after {
}

.newsletter .content {
border-radius: 12px;
border-radius: 15px;
background-color: #495ECA;
display: flex;
align-items: center;
Expand All @@ -440,6 +440,7 @@ footer label:after {
border-radius: 12px;
border: 0;
flex: 1;
min-width: 85%;
outline: 0;
color: #291933;
}
Expand Down

0 comments on commit 9a18acd

Please sign in to comment.