Better responsive

This commit is contained in:
Chocobozzz 2019-10-31 14:28:09 +01:00
parent 012a2716cd
commit 1aa58efe18
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 20 additions and 5 deletions

View file

@ -127,7 +127,7 @@
} }
.tag { .tag {
margin-top: 10px; margin: 10px;
} }
} }
} }

View file

@ -167,7 +167,12 @@
.tags { .tags {
display: flex; display: flex;
flex-wrap: wrap;
margin-top: auto; margin-top: auto;
.tag {
margin-bottom: 5px;
}
} }
} }

View file

@ -129,7 +129,7 @@ p > a {
@media screen and (max-width: $small-screen) { @media screen and (max-width: $small-screen) {
width: 100% !important; width: 100% !important;
min-width: unset !important; min-width: unset !important;
padding: 0 5px !important; padding: 5px !important;
} }
} }
@ -240,6 +240,15 @@ p > a {
& + .bottom-two-columns { & + .bottom-two-columns {
margin-top: 10px; margin-top: 10px;
} }
@media screen and (max-width: $small-screen) {
width: 100%;
margin: 20px auto 0;
&.citation {
margin: 20px auto;
}
}
} }
.bottom-link-wrapper { .bottom-link-wrapper {
@ -320,9 +329,10 @@ p > a {
font-size: 14px; font-size: 14px;
min-width: 140px; min-width: 140px;
padding: 0 10px; padding: 0 10px;
height: 25px; min-height: 25px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
text-align: center;
width: fit-content; width: fit-content;
} }

View file

@ -179,7 +179,7 @@
} }
.image-block { .image-block {
margin: 40px 0; margin: 40px 0 !important;
} }
} }
} }

View file

@ -449,7 +449,7 @@
.discover-instances { .discover-instances {
min-width: 420px; min-width: 420px;
width: fit-content; width: fit-content;
height: 50px; min-height: 50px;
margin: 50px auto; margin: 50px auto;
font-size: 20px; font-size: 20px;
} }