increase the max width for portfolio?
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
This commit is contained in:
parent
f7f33b25e9
commit
537273108a
1 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,10 @@
|
|||
--font-size-card: calc(var(--font-size) * 0.8);
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 840px; /* breakpoint */
|
||||
}
|
||||
|
||||
/* List */
|
||||
main ul {
|
||||
padding: 0;
|
||||
|
@ -23,7 +27,7 @@ main ul {
|
|||
}
|
||||
|
||||
/* breakpoint */
|
||||
@media only screen and (max-width: 640px) {
|
||||
@media only screen and (max-width: 740px) {
|
||||
main ul {
|
||||
grid-template-columns: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue