diff --git a/public/css/custom.css b/public/css/custom.css index 73e7e8b..6bbae33 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -42,7 +42,7 @@ a.btn-img .img { position: relative; top: -2px; } -@media (max-width: 370px) { +@media (max-width: 400px) { a.btn-img .img { margin: 0px !important; } a.btn-img .text { display: none !important; } } diff --git a/public/img/sv-logout.svg b/public/img/sv-logout.svg new file mode 100644 index 0000000..1b3c68d --- /dev/null +++ b/public/img/sv-logout.svg @@ -0,0 +1,5 @@ + + + diff --git a/src/views/web/modal.php b/src/views/web/modal.php index 01871d5..9669f1c 100644 --- a/src/views/web/modal.php +++ b/src/views/web/modal.php @@ -12,9 +12,14 @@ margin: auto; background: #fff; border-radius: 2px; - padding: 1em; + padding: 2em; height: max-content; } +@media (max-width: 350px) { + #modals > div { + padding: 2em 1em !important; + } +}