mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 14:21:51 +02:00
website update
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user