44 lines
492 B
CSS
44 lines
492 B
CSS
|
|
||
|
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;
|
||
|
}
|