ansible-role-reverse_proxy/templates/rp_ressources/customization.css

44 lines
492 B
CSS
Raw Normal View History

2022-03-02 00:41:53 +01:00
body {
padding-bottom: 100px;
}
.navbar {
margin-bottom: 0px;
}
.logo_rp_header {
height: 60px;
}
.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: 500px;
}
.illustration404 {
padding-top: 40px;
padding-bottom: 40px;
width: 100%;
max-width: 700px;
}