footer size fix
This commit is contained in:
@@ -57,15 +57,15 @@
|
||||
|
||||
|
||||
<!-- Preload critical resources -->
|
||||
<link rel="preload" href="style/design.css?v=20260320b" as="style">
|
||||
<link rel="preload" href="style/tech-onepager.css?v=20260320b" as="style">
|
||||
<link rel="preload" href="style/cursor.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=20260320c" as="style">
|
||||
<link rel="preload" href="style/cursor.css?v=20260320c" as="style">
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="style/fonts.css?v=20260320b">
|
||||
<link rel="stylesheet" href="style/design.css?v=20260320b">
|
||||
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320b">
|
||||
<link rel="stylesheet" href="style/cursor.css?v=20260320b">
|
||||
<link rel="stylesheet" href="style/fonts.css?v=20260320c">
|
||||
<link rel="stylesheet" href="style/design.css?v=20260320c">
|
||||
<link rel="stylesheet" href="style/tech-onepager.css?v=20260320c">
|
||||
<link rel="stylesheet" href="style/cursor.css?v=20260320c">
|
||||
|
||||
<!-- DNS prefetch for external resources -->
|
||||
<link rel="dns-prefetch" href="//www.googletagmanager.com">
|
||||
@@ -570,13 +570,13 @@
|
||||
</footer>
|
||||
|
||||
<!-- Optimized script loading -->
|
||||
<script src="scripts/hex-background.js?v=20260320b" defer></script>
|
||||
<script src="scripts/script.js?v=20260320b" defer></script>
|
||||
<script src="scripts/tech-onepager.js?v=20260320b" defer></script>
|
||||
<script src="scripts/cursor.js?v=20260320b" defer></script>
|
||||
<script src="scripts/scroll-header.min.js?v=20260320b" defer></script>
|
||||
<script src="scripts/chat.js?v=20260320b" defer></script>
|
||||
<script src="scripts/demo-chat.js?v=20260320b" defer></script>
|
||||
<script src="scripts/hex-background.js?v=20260320c" defer></script>
|
||||
<script src="scripts/script.js?v=20260320c" defer></script>
|
||||
<script src="scripts/tech-onepager.js?v=20260320c" defer></script>
|
||||
<script src="scripts/cursor.js?v=20260320c" defer></script>
|
||||
<script src="scripts/scroll-header.min.js?v=20260320c" defer></script>
|
||||
<script src="scripts/chat.js?v=20260320c" defer></script>
|
||||
<script src="scripts/demo-chat.js?v=20260320c" defer></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1523,8 +1523,8 @@ body {
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.footer-content {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 30px;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 25px;
|
||||
}
|
||||
|
||||
.footer-container {
|
||||
@@ -1553,7 +1553,8 @@ body {
|
||||
}
|
||||
|
||||
.footer-content {
|
||||
gap: 25px;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.footer-title {
|
||||
|
||||
Reference in New Issue
Block a user