update about page with suggestions from CAMP

This commit is contained in:
imohkay 2021-10-23 15:56:36 +05:30
commit bb986912de
4 changed files with 32 additions and 38 deletions

View file

@ -1,10 +1,14 @@
.body--about.animated {
background: linear-gradient(to right, #14801c, #1f3164);
}
.about {
max-width: var(--container-lg-width);
margin: 0 auto;
padding: var(--spacing-2);
h2 {
font-size: 26px;
font-size: 23px;
font-weight: 700;
margin: var(--spacing-2) 0;
padding: 0 0 var(--spacing) 0;
@ -38,7 +42,7 @@
.about-phantasma-block {
@media screen and (min-width: 800px) {
background: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.04);
padding: var(--spacing-2);
}
}
@ -72,7 +76,7 @@
}
.accordion-caret {
font-size: 16px;
font-size: 21px;
margin-left: auto;
}