Landing page
* started to implement a landing page * started news implementation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user