footer size fix
This commit is contained in:
@@ -57,15 +57,15 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Preload critical resources -->
|
<!-- Preload critical resources -->
|
||||||
<link rel="preload" href="style/design.css?v=20260320b" as="style">
|
<link rel="preload" href="style/design.css?v=20260320c" as="style">
|
||||||
<link rel="preload" href="style/tech-onepager.css?v=20260320b" as="style">
|
<link rel="preload" href="style/tech-onepager.css?v=20260320c" as="style">
|
||||||
<link rel="preload" href="style/cursor.css?v=20260320b" as="style">
|
<link rel="preload" href="style/cursor.css?v=20260320c" as="style">
|
||||||
|
|
||||||
<!-- Stylesheets -->
|
<!-- Stylesheets -->
|
||||||
<link rel="stylesheet" href="style/fonts.css?v=20260320b">
|
<link rel="stylesheet" href="style/fonts.css?v=20260320c">
|
||||||
<link rel="stylesheet" href="style/design.css?v=20260320b">
|
<link rel="stylesheet" href="style/design.css?v=20260320c">
|
||||||
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320b">
|
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320c">
|
||||||
<link rel="stylesheet" href="style/cursor.css?v=20260320b">
|
<link rel="stylesheet" href="style/cursor.css?v=20260320c">
|
||||||
|
|
||||||
<!-- 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=20260320b" defer></script>
|
<script src="scripts/hex-background.js?v=20260320c" defer></script>
|
||||||
<script src="scripts/script.js?v=20260320b" defer></script>
|
<script src="scripts/script.js?v=20260320c" defer></script>
|
||||||
<script src="scripts/tech-onepager.js?v=20260320b" defer></script>
|
<script src="scripts/tech-onepager.js?v=20260320c" defer></script>
|
||||||
<script src="scripts/cursor.js?v=20260320b" defer></script>
|
<script src="scripts/cursor.js?v=20260320c" defer></script>
|
||||||
<script src="scripts/scroll-header.min.js?v=20260320b" defer></script>
|
<script src="scripts/scroll-header.min.js?v=20260320c" defer></script>
|
||||||
<script src="scripts/chat.js?v=20260320b" defer></script>
|
<script src="scripts/chat.js?v=20260320c" defer></script>
|
||||||
<script src="scripts/demo-chat.js?v=20260320b" defer></script>
|
<script src="scripts/demo-chat.js?v=20260320c" defer></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1523,24 +1523,24 @@ body {
|
|||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.footer-content {
|
.footer-content {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: repeat(2, 1fr);
|
||||||
gap: 30px;
|
gap: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-container {
|
.footer-container {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-banner {
|
.footer-banner {
|
||||||
padding: 40px 0 25px;
|
padding: 40px 0 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bottom-content {
|
.footer-bottom-content {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@@ -1551,9 +1551,10 @@ body {
|
|||||||
padding: 30px 0 20px;
|
padding: 30px 0 20px;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-content {
|
.footer-content {
|
||||||
gap: 25px;
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-title {
|
.footer-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user