| @@ -10,9 +10,12 @@ | ||
| 10 | 10 | --woobot-muted: #6b6680; |
| 11 | 11 | --woobot-danger: #e25563; |
| 12 | 12 | background: transparent; |
| 13 | 13 | padding: 0; |
| 14 | - margin: 20px 20px 0 0; | |
| 14 | + margin: 20px auto 40px auto; | |
| 15 | + max-width: 1280px; | |
| 16 | + width: 100%; | |
| 17 | + box-sizing: border-box; | |
| 15 | 18 | border-radius: 0; |
| 16 | 19 | box-shadow: none; |
| 17 | 20 | font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; |
| 18 | 21 | color: var(--woobot-text); |
| @@ -250,9 +253,9 @@ | ||
| 250 | 253 | } |
| 251 | 254 | |
| 252 | 255 | @media screen and (max-width: 782px) { |
| 253 | 256 | .wpbot-userdata-page { |
| 254 | - margin: 12px 0 0; | |
| 257 | + margin: 12px auto 24px auto; | |
| 255 | 258 | } |
| 256 | 259 | |
| 257 | 260 | .wpbot-userdata-page .wpbot-userdata-actions { |
| 258 | 261 | width: 100%; |