update about page with suggested changes
This commit is contained in:
parent
6d954c79dd
commit
1326aeb627
2 changed files with 118 additions and 48 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue