Adjust responsive design for /about/more and /terms (#8158)
Follow-up to #8142
This commit is contained in:
parent
8c279b1648
commit
5b8603879f
4 changed files with 78 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue