Container: fix marging to be padding so size is correct.

master
Tom Hacohen 2017-12-17 15:07:30 +00:00
parent a464f019aa
commit 50af0ac0d1
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
}
@media (min-width: 768px) {
.Container {
margin-top: 40px;
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
width: 750px;
}
}