mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
No left and right padding, looks better on mobile
This commit is contained in:
parent
1f863b345f
commit
da66c18479
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
---------------------------------------------------------------------------- */
|
||||
|
||||
body {
|
||||
padding: 10px 20px 40px 20px;
|
||||
padding: 10px 0 40px 0;
|
||||
}
|
||||
|
||||
/* Custom container */
|
||||
|
|
Loading…
Reference in a new issue