Commit eeb07dc2 authored by Nikolay Gromov's avatar Nikolay Gromov

Увеличил отступы для адаптивных таблиц

parent 72502953
...@@ -10,8 +10,8 @@ $border-color: hsl(0, 0%, 60%) !default; ...@@ -10,8 +10,8 @@ $border-color: hsl(0, 0%, 60%) !default;
display: block; display: block;
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;
margin-top: ($line-height / 2); margin-top: $line-height;
margin-bottom: ($line-height / 2); margin-bottom: $line-height;
border: 1px solid $border-color; border: 1px solid $border-color;
table { table {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment