Add chat widget and blog-header style to support and legal pages
This commit is contained in:
+18
-2
@@ -288,12 +288,24 @@
|
||||
padding: 1.25rem;
|
||||
}
|
||||
}
|
||||
.blog-header {
|
||||
padding: 2rem 0;
|
||||
border-bottom: 1px solid #1a1a2e;
|
||||
}
|
||||
.blog-header a {
|
||||
color: #00f5ff;
|
||||
text-decoration: none;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.blog-header a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div style="padding: 1.5rem 0; border-bottom: 1px solid #1a1a2e; margin-bottom: 0;">
|
||||
<a href="index.html" style="color: #00f5ff; font-size: 0.85rem; text-decoration: none;">← Back to Home</a>
|
||||
<div class="blog-header">
|
||||
<a href="index.html">← Back to Home</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -630,5 +642,9 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<script
|
||||
defer
|
||||
src="https://static.odoo4projects.com/agent-odoo4projects/agent.js"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user