update about page with suggestions from CAMP
This commit is contained in:
parent
38793f69c3
commit
bb986912de
4 changed files with 32 additions and 38 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
body.animated {
|
||||
background: linear-gradient(to right, var(--bg-color-1), var(--bg-color-2) , var(--bg-color-3), var(--bg-color-4));
|
||||
//animation: background_animation 60s ease-in-out infinite;
|
||||
animation: background_animation 60s ease-in-out infinite;
|
||||
background-size: 400% 100%;
|
||||
color: #ddd;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,10 @@ strong {
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
main > .texts {
|
||||
box-sizing: border-box;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue