Increase readibility of articles
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
169659b540
commit
2b7bcb4122
2 changed files with 21 additions and 3 deletions
|
@ -50,8 +50,6 @@ article {
|
|||
}
|
||||
|
||||
article>* {
|
||||
width: 96vw;
|
||||
max-width: 575px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
@ -208,12 +206,32 @@ li {
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
article>* {
|
||||
width: 96vw;
|
||||
max-width: 940px;
|
||||
}
|
||||
|
||||
#header-elements {
|
||||
width: 96vw;
|
||||
max-width: 940px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
.heading-3.unwrapped-compute.compute-gradiant {
|
||||
height: 22vw;
|
||||
min-height: 0%;
|
||||
}
|
||||
|
||||
article>* {
|
||||
width: 96vw;
|
||||
max-width: 575px;
|
||||
}
|
||||
|
||||
#header-elements {
|
||||
width: 96vw;
|
||||
max-width: 575px;
|
||||
}
|
||||
|
||||
.grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue