fooer size fix x3
This commit is contained in:
@@ -57,15 +57,15 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Preload critical resources -->
|
<!-- Preload critical resources -->
|
||||||
<link rel="preload" href="style/design.css?v=20260320d" as="style">
|
<link rel="preload" href="style/design.css?v=20260320e" as="style">
|
||||||
<link rel="preload" href="style/tech-onepager.css?v=20260320d" as="style">
|
<link rel="preload" href="style/tech-onepager.css?v=20260320e" as="style">
|
||||||
<link rel="preload" href="style/cursor.css?v=20260320d" as="style">
|
<link rel="preload" href="style/cursor.css?v=20260320e" as="style">
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="style/fonts.css?v=20260320d">
|
<link rel="stylesheet" href="style/fonts.css?v=20260320e">
|
||||||
<link rel="stylesheet" href="style/design.css?v=20260320d">
|
<link rel="stylesheet" href="style/design.css?v=20260320e">
|
||||||
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320d">
|
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320e">
|
||||||
<link rel="stylesheet" href="style/cursor.css?v=20260320d">
|
<link rel="stylesheet" href="style/cursor.css?v=20260320e">
|
||||||
|
|
||||||
<!-- DNS prefetch for external resources -->
|
<!-- DNS prefetch for external resources -->
|
||||||
<link rel="dns-prefetch" href="//www.googletagmanager.com">
|
<link rel="dns-prefetch" href="//www.googletagmanager.com">
|
||||||
@@ -570,13 +570,13 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Optimized script loading -->
|
<!-- Optimized script loading -->
|
||||||
<script src="scripts/hex-background.js?v=20260320d" defer></script>
|
<script src="scripts/hex-background.js?v=20260320e" defer></script>
|
||||||
<script src="scripts/script.js?v=20260320d" defer></script>
|
<script src="scripts/script.js?v=20260320e" defer></script>
|
||||||
<script src="scripts/tech-onepager.js?v=20260320d" defer></script>
|
<script src="scripts/tech-onepager.js?v=20260320e" defer></script>
|
||||||
<script src="scripts/cursor.js?v=20260320d" defer></script>
|
<script src="scripts/cursor.js?v=20260320e" defer></script>
|
||||||
<script src="scripts/scroll-header.min.js?v=20260320d" defer></script>
|
<script src="scripts/scroll-header.min.js?v=20260320e" defer></script>
|
||||||
<script src="scripts/chat.js?v=20260320d" defer></script>
|
<script src="scripts/chat.js?v=20260320e" defer></script>
|
||||||
<script src="scripts/demo-chat.js?v=20260320d" defer></script>
|
<script src="scripts/demo-chat.js?v=20260320e" defer></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -77,12 +77,18 @@ div#CybotCookiebotDialog {
|
|||||||
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
overflow-x: hidden;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: var(--primary-light);
|
background-color: var(--primary-light);
|
||||||
color: var(--primary-dark);
|
color: var(--primary-dark);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hexagonal Canvas Background */
|
/* Hexagonal Canvas Background */
|
||||||
@@ -1533,8 +1539,7 @@ body {
|
|||||||
|
|
||||||
.footer-banner {
|
.footer-banner {
|
||||||
padding: 40px 0 25px;
|
padding: 40px 0 25px;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
margin-left: calc(-50vw + 50%);
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1553,8 +1558,7 @@ body {
|
|||||||
.footer-banner {
|
.footer-banner {
|
||||||
padding: 30px 0 20px;
|
padding: 30px 0 20px;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
margin-left: calc(-50vw + 50%);
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user