feat: improve site and partners templates with responsive design adjustments, ensuring better layout and user experience across devices
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user