Landing page

* started to implement a landing page
* started news implementation
This commit is contained in:
mipel
2021-07-05 14:49:32 +02:00
parent b59b9839ff
commit f069baa260
12 changed files with 213 additions and 75 deletions

View File

@@ -18,6 +18,10 @@ body{
margin-bottom: 40px; /* Margin bottom by footer height */
}
.body-content{
margin: 1rem 0rem 0 0rem;
}
.footer {
position: absolute;
bottom: 0;
@@ -63,4 +67,18 @@ nav{
Overwrites bootstrap default nav-link colouring
*/
color: white;
}
.card{
margin: 0 0.5rem 0.5rem 0;
font-size: 12px;
}
.card:hover{
box-shadow: 1px 1px 3px var(--rlp-gray-light);
}
.card .card-text{
font-size: 12px;
max-height: 150px;
overflow: auto;
}