mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Footer
This commit is contained in:
29
sass/css/footer.scss
Normal file
29
sass/css/footer.scss
Normal file
@ -0,0 +1,29 @@
|
||||
footer {
|
||||
margin-top: 32px;
|
||||
background: linear-gradient(0.25turn, #0294d9, #ac44ff);
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.footer-wrapper {
|
||||
display: flex;
|
||||
max-width: 1100px;
|
||||
padding: 16px 4px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.footer-pane {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #fdb;
|
||||
}
|
||||
|
||||
footer a:hover, footer a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer-bigger {
|
||||
font-size: 24px;
|
||||
}
|
Reference in New Issue
Block a user