mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-17 00:45:08 +00:00
add mobile styles
This commit is contained in:
parent
44410fa375
commit
262ae0f96c
@ -114,7 +114,7 @@ div.stripe-errors {
|
||||
text-align: center;
|
||||
|
||||
.donations-category-contents {
|
||||
width: 500px;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
padding: 30px 40px 10px;
|
||||
text-align: center;
|
||||
@ -172,13 +172,13 @@ div.stripe-errors {
|
||||
align-items: center;
|
||||
|
||||
span:first-of-type {
|
||||
margin-right: 8px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.donations-category-users {
|
||||
width: 500px;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
font-size: 1.2rem;
|
||||
padding-bottom: 30px;
|
8
assets/stylesheets/mobile/discourse-donations.scss
Normal file
8
assets/stylesheets/mobile/discourse-donations.scss
Normal file
@ -0,0 +1,8 @@
|
||||
.donations-category-header .donations-category-metadata {
|
||||
flex-flow: wrap;
|
||||
padding: 0 10px;
|
||||
|
||||
div {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user