diff --git a/dist/app.css b/dist/app.css index bb85954..dd2ee70 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12450,6 +12450,8 @@ input, label, textarea { list-style-type: none; padding: 0; background-color: #fff; + padding: 5px; + transform: translate(-5px, -5px); } } @media (max-width: 991.98px) { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 0b9bd0e..fb54402 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", - "/app.css": "/app.css?id=d1f1d1a6e76dc1dc8d184ce9017763bb" + "/app.css": "/app.css?id=541d72261b355bad0466f6334166b758" } diff --git a/src/scss/header.scss b/src/scss/header.scss index d734f16..d700038 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -149,6 +149,8 @@ list-style-type: none; padding: 0; background-color: $c-white; + padding: 5px; + transform: translate(-5px, -5px); } } }