finished up to bootstrap

This commit is contained in:
2026-01-01 23:38:59 +10:00
parent b00d7fb34d
commit 1c50d7ce0e
17 changed files with 378 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
div > a > img{
width: 10vw;
min-width: 170px;
}
div > a {
min-width: 170px;
}
div {
display: flex;
}
@media (max-width: 600px) {
div {
flex-direction: column;
align-items: center;
}
div > a {
width: 80vw;
max-width: 300px;
min-width: 0;
}
div > a > img {
width: 80vw;
max-width: 300px;
min-width: 0;
}
}