Skip to content
Snippets Groups Projects
Commit 41aecfd1 authored by julientaq's avatar julientaq
Browse files

change in about page

parent 268bf4fe
No related branches found
No related tags found
No related merge requests found
Pipeline #34116 passed with stages
in 1 minute and 16 seconds
...@@ -754,18 +754,25 @@ article iframe { ...@@ -754,18 +754,25 @@ article iframe {
/* changes */ /* changes */
.about h2, .about h2,
.about h3,
.about article p { .about article p {
grid-column: 1 / span 2; grid-column: 1 / -1;
} }
.about article p { .about h3 {
grid-column-start: 2; font-weight: 500;
font-size: 1.4em;
} }
.about article p { .about article p {
border: none; border: none;
padding: 0; padding: 0;
max-width: 55ch;
} }
.about article p + p {
margin-top: 2em;
}
.services h2, .services h2,
.services article p { .services article p {
grid-column: 1/ -1; grid-column: 1/ -1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment