footer size fix x2
This commit is contained in:
@@ -57,15 +57,15 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Preload critical resources -->
|
<!-- Preload critical resources -->
|
||||||
<link rel="preload" href="style/design.css?v=20260320c" as="style">
|
<link rel="preload" href="style/design.css?v=20260320d" as="style">
|
||||||
<link rel="preload" href="style/tech-onepager.css?v=20260320c" as="style">
|
<link rel="preload" href="style/tech-onepager.css?v=20260320d" as="style">
|
||||||
<link rel="preload" href="style/cursor.css?v=20260320c" as="style">
|
<link rel="preload" href="style/cursor.css?v=20260320d" as="style">
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="style/fonts.css?v=20260320c">
|
<link rel="stylesheet" href="style/fonts.css?v=20260320d">
|
||||||
<link rel="stylesheet" href="style/design.css?v=20260320c">
|
<link rel="stylesheet" href="style/design.css?v=20260320d">
|
||||||
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320c">
|
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320d">
|
||||||
<link rel="stylesheet" href="style/cursor.css?v=20260320c">
|
<link rel="stylesheet" href="style/cursor.css?v=20260320d">
|
||||||
|
|
||||||
<!-- 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=20260320c" defer></script>
|
<script src="scripts/hex-background.js?v=20260320d" defer></script>
|
||||||
<script src="scripts/script.js?v=20260320c" defer></script>
|
<script src="scripts/script.js?v=20260320d" defer></script>
|
||||||
<script src="scripts/tech-onepager.js?v=20260320c" defer></script>
|
<script src="scripts/tech-onepager.js?v=20260320d" defer></script>
|
||||||
<script src="scripts/cursor.js?v=20260320c" defer></script>
|
<script src="scripts/cursor.js?v=20260320d" defer></script>
|
||||||
<script src="scripts/scroll-header.min.js?v=20260320c" defer></script>
|
<script src="scripts/scroll-header.min.js?v=20260320d" defer></script>
|
||||||
<script src="scripts/chat.js?v=20260320c" defer></script>
|
<script src="scripts/chat.js?v=20260320d" defer></script>
|
||||||
<script src="scripts/demo-chat.js?v=20260320c" defer></script>
|
<script src="scripts/demo-chat.js?v=20260320d" defer></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1533,6 +1533,9 @@ body {
|
|||||||
|
|
||||||
.footer-banner {
|
.footer-banner {
|
||||||
padding: 40px 0 25px;
|
padding: 40px 0 25px;
|
||||||
|
width: 100vw;
|
||||||
|
margin-left: calc(-50vw + 50%);
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bottom-content {
|
.footer-bottom-content {
|
||||||
@@ -1550,6 +1553,9 @@ body {
|
|||||||
.footer-banner {
|
.footer-banner {
|
||||||
padding: 30px 0 20px;
|
padding: 30px 0 20px;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
|
width: 100vw;
|
||||||
|
margin-left: calc(-50vw + 50%);
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-content {
|
.footer-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user