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,8 +1523,8 @@ 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 {
|
||||||
@@ -1553,7 +1553,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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