Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions public/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ nav {
}

@keyframes alert {
0% {box-shadow: 0 0 0 0px var(--primary-a);}
0% {box-shadow: 0 0 0 0 var(--primary-a);}
80% {box-shadow: 0 0 0 8px var(--primary-a), 0 0 0 5px var(--primary-a);}
100% {box-shadow: 0 0 0 8px var(--primary-a2), 0 0 0 10px var(--primary-a2);}
}
Expand Down Expand Up @@ -243,8 +243,9 @@ nav {

@media screen and (max-width: 600px) {
.main-grid {
grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
grid-template-columns: repeat(auto-fit, minmax(222px, 320px));
justify-content: center;
overflow-x: hidden;
}
}

Expand Down Expand Up @@ -638,5 +639,5 @@ aside::-webkit-scrollbar {
.note {
display: none;
}

}