Added more breakpoints to make it even more accessible for all platforms & sizes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
parent
c92bd96488
commit
c97026e34d
@ -42,11 +42,16 @@ body {
|
||||
}
|
||||
/* Larger Devices */
|
||||
@media (min-width: 700px) {
|
||||
.headline {
|
||||
max-width: 75%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 850px) {
|
||||
.headline {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
@media (min-width: 1250px) {
|
||||
.headline {
|
||||
max-width: 40%;
|
||||
}
|
||||
@ -79,11 +84,16 @@ body {
|
||||
}
|
||||
/* Larger Devices */
|
||||
@media (min-width: 700px) {
|
||||
.footer {
|
||||
max-width: 75%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 850px) {
|
||||
.footer {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
@media (min-width: 1250px) {
|
||||
.footer {
|
||||
max-width: 40%;
|
||||
}
|
||||
@ -109,11 +119,16 @@ a:hover {
|
||||
}
|
||||
/* Larger Devices */
|
||||
@media (min-width: 700px) {
|
||||
.center {
|
||||
max-width: 75%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 850px) {
|
||||
.center {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
@media (min-width: 1250px) {
|
||||
.center {
|
||||
max-width: 40%;
|
||||
}
|
||||
@ -153,12 +168,17 @@ div.space {
|
||||
}
|
||||
/* Larger Devices */
|
||||
@media (min-width: 700px) {
|
||||
.row {
|
||||
max-width: 75%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 850px) {
|
||||
.row {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
/* Large Devices */
|
||||
@media (min-width: 992px) {
|
||||
@media (min-width: 1250px) {
|
||||
.row {
|
||||
max-width: 40%;
|
||||
}
|
||||
@ -234,12 +254,17 @@ hr {
|
||||
}
|
||||
/* Larger Devices */
|
||||
@media (min-width: 700px) {
|
||||
hr {
|
||||
max-width: 75%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 850px) {
|
||||
hr {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
/* Large Devices */
|
||||
@media (min-width: 992px) {
|
||||
@media (min-width: 1250px) {
|
||||
hr {
|
||||
max-width: 40%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user