chanaged padding to 12px

This commit is contained in:
Russell R. 2021-09-02 01:26:50 +00:00
parent b190fb1e22
commit 354c273021
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
.column { .column {
float: left; float: left;
width: 30%; width: 30%;
padding: 5px; padding: 12px;
/*height: 300px; /* Should be removed. Only for demonstration */ /*height: 300px; /* Should be removed. Only for demonstration */
} }