align footer logo to right on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
69f46396d9
commit
56cd3f46ab
@ -136,6 +136,11 @@ html, body {
|
|||||||
#our-values.values-list {
|
#our-values.values-list {
|
||||||
margin-block: 75px
|
margin-block: 75px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-site-blocks footer .autonomic-logo {
|
||||||
|
float: left;
|
||||||
|
margin-inline-start: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 600px){
|
@media screen and (min-width: 600px){
|
||||||
|
Loading…
Reference in New Issue
Block a user