0
0
Fork 0

Adjust responsive design for /about/more and /terms (#8158)

Follow-up to #8142
This commit is contained in:
Eugen Rochko 2018-08-10 06:43:02 +02:00 committed by GitHub
parent 8c279b1648
commit 5b8603879f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 78 additions and 5 deletions

View file

@ -114,7 +114,7 @@
.landing-page__information.contact-widget {
box-sizing: border-box;
padding: 20px;
height: 100%;
min-height: 100%;
border-radius: 4px;
background: $ui-base-color;
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
@ -127,6 +127,10 @@
word-wrap: break-word;
font-weight: 400;
strong {
font-weight: 500;
}
p {
margin-bottom: 10px;
@ -226,7 +230,10 @@
}
.moved-account-widget,
.memoriam-widget {
.memoriam-widget,
.box-widget,
.contact-widget,
.landing-page__information.contact-widget {
@media screen and (max-width: $no-gap-breakpoint) {
margin-bottom: 0;
box-shadow: none;