Remove padding from code

This commit is contained in:
Robert Payne 2017-09-17 15:17:24 +12:00
parent 0a3e79b917
commit 213779cf27
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ code {
border: rem-calc(1) solid #CCC;
border-radius: rem-calc(3);
background-color: #F7F7F7;
padding: rem-calc(3) rem-calc(6);
}
table {