diff --git a/static/css/main.css b/static/css/main.css index d6a4f7bcf2374aa51ef44b17336faf1bd340213c..316c2e0c2c88f41fb7886a7d86fbd111262e1568 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -5698,7 +5698,7 @@ html { box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02); background-color: #ffffff; padding: 1em 2em 3em; - margin-left: 10px; + margin: 0 10px; } .p-aside__section { @@ -5707,7 +5707,7 @@ html { border-width: 1px 1px 0.2em; box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02); padding: 1.5em 1.5em 0; - margin-bottom: 1em; + margin: 0 1em 1em; } .p-aside__header { diff --git a/style/main.scss b/style/main.scss index 94ae401041f6c05b9833e389764fb91868a78591..c3144cbba0f62b8067209706d4802e533960714e 100644 --- a/style/main.scss +++ b/style/main.scss @@ -25,7 +25,7 @@ html { box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); background-color: #ffffff; padding: 1em 2em 3em; - margin-left: 10px; + margin: 0 10px; } .p-aside__section { background: #fcfcfc; @@ -33,7 +33,7 @@ html { border-width: 1px 1px 0.2em; box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02); padding: 1.5em 1.5em 0; - margin-bottom: 1em; + margin: 0 1em 1em; } .p-aside__header { padding-bottom: 0.5em;