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
17 changes: 17 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,23 @@ html[data-theme=dark] .custom-container.details th {
margin-left: auto;
margin-right: auto;
}

// make the sponsors section responsive
@media (max-width: 700px) {
.links {
display: inline-block;
max-width: 100%;
max-height: auto;
overflow: hidden;

img{
object-fit: contain;
max-width: 100%;
max-height: auto;
}
}
}

//Website footer section

//Theme adds a sidebar width even on mobile when it doesnt show, this removes it.
Expand Down