changed up service styling + added content to ceramic page

This commit is contained in:
2025-11-03 20:04:11 -05:00
parent 3cfc84c13f
commit 6ccebd1086
3 changed files with 75 additions and 26 deletions
+5 -4
View File
@@ -44,7 +44,7 @@ header {
.navLink {
color: var(--gold);
text-decoration: none;
font-weight: 500;
font-weight: bold;
transition: color 0.5s ease;
}
@@ -181,16 +181,17 @@ footer {
display: flex;
flex-direction: column;
position: fixed;
gap: 1rem;
gap: 2rem;
padding: 2rem 0;
top: -12rem;
top: -20rem;
left: 0;
width: 100%;
font-size: 1rem;
font-size: 2rem;
text-align: center;
background-color: var(--black);
transition: top 0.5s ease;
box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);