1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 14:21:51 +02:00

website update

This commit is contained in:
2019-01-25 20:47:57 +01:00
parent f4ff98b470
commit 5493e1f05d
5 changed files with 19 additions and 14 deletions

View File

@ -23,16 +23,19 @@
/* class for footer */
.footer_logo {
float: right;
height: 43px;
margin-top: 2px;
float: right;
height: 43px;
margin-top: 2px;
}
@media only screen and (max-width: 992px) {
.footer_logo {
float: left;
margin-top: 15px;
float: left;
margin-top: 15px;
}
}
footer p {
display: inline-block;
}
/* Supports icons for brand using font-awesome */
.fab {