update about page with suggested changes

This commit is contained in:
imohkay 2021-10-24 14:35:19 +05:30
commit 1326aeb627
2 changed files with 118 additions and 48 deletions

View file

@ -31,7 +31,7 @@
}
}
.col--about {
.col--about, .col--bios {
@media screen and (min-width: 800px) {
width: 50%;
@ -39,6 +39,13 @@
}
}
.col--bios {
.about-phantasma-block {
width: 100%;
margin-top: var(--spacing);
}
}
.about-phantasma-block {
@media screen and (min-width: 800px) {
@ -53,12 +60,12 @@
}
.about-bios {
max-width: 670px;
//max-width: 670px;
padding: var(--spacing-2) 0;
}
.accordion-title {
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
//border-bottom: 2px solid rgba(255, 255, 255, 0.2);
margin: var(--spacing-2) 0;
padding: 0 0 calc(var(--spacing) / 2) 0;
display: flex;