Get free quotes for your home.
background-color: #333; /* Darkish grey background color */
color: #fff; /* White text color */
}
/* Center align the container inside the footer */
.footer .uk-container {
max-width: 800px; /* Adjust max-width as per your layout */
}
/* Center align the footer logo */
.footer-logo {
margin: 0 auto;
max-width: 200px; /* Adjust max-width as needed */
}
/* Adjust text alignment and margins */
.gilroy-regular {
text-align: justify; /* Change to justify if needed */
margin: 0 auto; /* Center the text */
padding: 0 40px 20px; /* Add padding for spacing (top, right, bottom) */
}
/* Center align the grid */
.uk-grid {
justify-content: center;
margin: 0 auto;
}
/* Style links */
.footer a {
color: #fff; /* White link color */
text-decoration: none;
margin: 0 10px; /* Adjust margin between links */
display: inline-block; /* Make links block-level elements */
vertical-align: middle; /* Align links vertically */
}
/* Add padding to the bottom of the footer */
.footer {
padding-bottom: 80px; /* Add padding to the bottom */
}
/* Align links in the middle */
.footer .uk-grid {
text-align: center;
}
/* Adjust padding for smaller screens */
@media (max-width: 768px) {
.footer .uk-container {
padding: 0 10px; /* Adjust as needed */
}
}