diff --git a/salam-online.html b/salam-online.html index 3203087..8458564 100644 --- a/salam-online.html +++ b/salam-online.html @@ -25,7 +25,7 @@ - - - - ورود به سایت + ورود به سایت diff --git a/style/style.css b/style/style.css index 3ef5b20..401aa5c 100644 --- a/style/style.css +++ b/style/style.css @@ -388,4 +388,10 @@ div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm)::a .setting-item.active { border: 1px solid #FF6100; box-shadow: 0 0 20px -10px #FF6100; +} + +@media screen and (max-width: 600px) { + span.title{ + display: none; + } } \ No newline at end of file