ansible-role-reverse_proxy/templates/rp_ressources/customization.css
Olivier Navas c70da9ad8f ajout logo
2022-03-03 00:20:44 +01:00

43 lines
492 B
CSS

body {
padding-bottom: 100px;
}
.navbar {
margin-bottom: 0px;
}
.logo_rp_header {
height: 50px;
}
.logo_rp_footer {
height: 50px;
}
html {
position: relative;
min-height: 100%;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 70px;
}
.illustration {
padding-top: 20px;
padding-bottom: 20px;
width: 80%;
max-width: 400px;
}
.illustration404 {
padding-top: 40px;
padding-bottom: 40px;
width: 100%;
max-width: 450px;
}