typo style fixes, added language selection
This commit is contained in:
parent
e34d02a42e
commit
35b5df405b
7 changed files with 58 additions and 14 deletions
|
|
@ -1063,6 +1063,24 @@ ul {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2.77778rem;
|
||||
line-height: 3.33333rem;
|
||||
margin: 2.5rem 0;
|
||||
}
|
||||
|
||||
h2::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -1.11111rem;
|
||||
left: 0;
|
||||
width: 5.83333rem;
|
||||
height: 0.44444rem;
|
||||
background-color: #009982;
|
||||
opacity: 1;
|
||||
transition: left 1s, width .7s, opacity .5s;
|
||||
}
|
||||
|
||||
.background-color-page-theme,
|
||||
.background-color-brand-primary,
|
||||
.background-color-brand-secondary,
|
||||
|
|
@ -4700,6 +4718,12 @@ article > p:first-child {
|
|||
line-height: 1.94444rem;
|
||||
}
|
||||
|
||||
article > p:last-child {
|
||||
margin-bottom: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
@media (max-width: 1280px) {
|
||||
article > p:first-child {
|
||||
margin-bottom: 3.33333rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue