fixed coloured blocks padding

This commit is contained in:
G14 2016-06-07 00:54:15 +05:00
parent 4fe5ab3efd
commit a58dbb56c2
2 changed files with 2 additions and 28 deletions

View File

@ -247,7 +247,7 @@ input[type=email] {
.block {
display: inline-block;
padding: 50px;
padding: 30px;
width: 360px;
height: 220px;
-webkit-border-radius: 8px;
@ -1162,13 +1162,7 @@ body input:required:valid, body textarea:required:valid {
/* ALWAYS END */
/*========== Desktop First Method ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
/* */ }
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
/* */ }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
/*Disable Animation on Mobile Devices */
@ -1185,30 +1179,10 @@ body input:required:valid, body textarea:required:valid {
animation: none !important; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
/* */ }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
/* */ }
/*========== Mobile First Method ========== */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
/* */ }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
/* */ }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
/* */ }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
/* */ }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
/* */ }

View File

@ -238,7 +238,7 @@ input[type=email] {
.block {
display: inline-block;
padding: 50px;
padding: 30px;
width: 360px;
height: 220px;
border-radius: 8px;