From 2c31c5575b7cc79fc6711f40af93f4b3549d064c Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Mon, 3 Jul 2017 00:04:38 +0200 Subject: [PATCH] Remove default blocks from configuration --- index.html | 225 +++++++++++++++++++++++++++--------- src/editor/config/config.js | 147 +---------------------- 2 files changed, 169 insertions(+), 203 deletions(-) diff --git a/index.html b/index.html index 7cb3d2767..f99ce4855 100755 --- a/index.html +++ b/index.html @@ -774,6 +774,18 @@ width: 500px; } + .row { + display: table; + padding: 10px; + width: 100%; + } + + .cell { + width: 8%; + display: table-cell; + height: 75px; + } + @media (max-width: 768px){ .foot-form-cont{ width:400px; @@ -781,6 +793,11 @@ .foot-form-title{ width: auto; } + + .cell { + width: 100%; + display: block; + } } @media (max-width: 480px){ @@ -792,6 +809,7 @@