mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 12:15:06 +03:00
Fix extra border on mobile
Previously the search box was going over 100% width
This commit is contained in:
parent
e48d13d2a8
commit
31cd006cf8
@ -1,3 +1,6 @@
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
padding-top: 2em;
|
||||
margin: auto;
|
||||
@ -110,7 +113,6 @@ form {
|
||||
margin: 0; }
|
||||
|
||||
textarea {
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px 7px; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user