feat: improve site and partners templates with responsive design adjustments, ensuring better layout and user experience across devices

This commit is contained in:
Ümit Tunç
2026-05-21 08:41:30 +03:00
parent 1b00a3120e
commit 1eab2c856b
2 changed files with 37 additions and 3 deletions
+20
View File
@@ -70,6 +70,26 @@ $favicon_path = setting('site_favicon');
@endif
<style>
html {
overflow-x: clip;
max-width: 100%;
}
body {
overflow-x: clip;
max-width: 100%;
}
video,
iframe {
max-width: 100%;
}
header .container,
.wrapper > .container {
max-width: 100%;
}
<?php echo setting('custom_css') ?>
</style>