mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Tweak index page styles
This commit is contained in:
parent
fbfbb51dd7
commit
f6512aff49
|
@ -213,7 +213,7 @@
|
|||
position: relative;
|
||||
left: 40%;
|
||||
transform: translate(-40%, -40%);
|
||||
display: flex;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
width: 500px;
|
||||
height: 260px;
|
||||
|
@ -224,6 +224,7 @@
|
|||
}
|
||||
|
||||
.intro__content.open {
|
||||
display: flex;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
@ -273,6 +274,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mq-large) {
|
||||
.grid__card {
|
||||
top: 55%;
|
||||
left: 58%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mq-medium) {
|
||||
.main__container {
|
||||
overflow-y: scroll;
|
||||
|
|
Loading…
Reference in a new issue