minor improvements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2020-06-21 22:51:33 +02:00
parent 5beccbef38
commit de76c38ad9
3 changed files with 18 additions and 3 deletions

View file

@ -137,6 +137,7 @@ a {
flex-direction: column;
align-items: center;
text-align: center;
height: 100%;
a {
pointer-events: all;
@ -159,3 +160,17 @@ a {
.contact-links a {
color: #ffffff !important;
}
.matrix-icon {
margin: 0 8px;
width: 4em;
height: 4em;
}
@media (max-width: 767.98px) {
.matrix-icon {
width: 2em;
height: 2em;
}
}