actuel-inactuel/assets/css/src/footer.css

9 lines
163 B
CSS
Raw Normal View History

2024-01-26 11:03:42 +01:00
#main-footer {
2024-03-09 11:27:10 +01:00
position: fixed;
2024-01-26 11:03:42 +01:00
left: 0;
bottom: 0;
2024-03-09 11:27:10 +01:00
width: calc(18 * var(--unit--horizontal));
padding: var(--unit--horizontal);
padding-top: var();
2024-01-26 11:03:42 +01:00
}