mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
100 lines
No EOL
1.6 KiB
CSS
100 lines
No EOL
1.6 KiB
CSS
footer {
|
|
background-color: #f9fafc;
|
|
padding-top: 64px;
|
|
padding-bottom: 64px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.footer-wrapper {
|
|
max-width: 1200px;
|
|
margin: auto;
|
|
padding: 0 32px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.footer-information {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
min-width: 0;
|
|
padding-bottom: 32px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.footer-information a {
|
|
color: inherit;
|
|
}
|
|
|
|
.footer-information-header {
|
|
font-size: 20px;
|
|
margin-bottom: 8px;
|
|
color: #3c4858;
|
|
}
|
|
|
|
.footer-information p {
|
|
color: #8492a6;
|
|
line-height: 1.375;
|
|
width: 60%;
|
|
margin-bottom: 16px;
|
|
text-underline-offset: 5px;
|
|
}
|
|
|
|
.footer-information p a:hover {
|
|
text-decoration-style: wavy;
|
|
text-underline-offset: 3px;
|
|
}
|
|
|
|
.footer-links {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
color: #8492a6;
|
|
}
|
|
|
|
.footer-links-column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.footer-links h2 {
|
|
font-size: 24px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.footer-links a {
|
|
color: #8492a6;
|
|
font-size: 20px;
|
|
margin-bottom: 8px;
|
|
text-decoration: none;
|
|
display: block;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.footer-links a:hover {
|
|
text-decoration: underline;
|
|
text-underline-offset: 5px;
|
|
color: #3c4858;
|
|
}
|
|
|
|
.footer-icons-container {
|
|
display: grid;
|
|
max-width: 192px;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
align-items: center;
|
|
margin-left: -4px;
|
|
margin-top: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.footer-icons-container a {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.footer-tel {
|
|
display: block;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.footer-cr-info {
|
|
color: #8492a6;
|
|
margin-top: 16px;
|
|
|
|
} |