A bit of responsiveness

This commit is contained in:
2025-12-29 11:24:45 +01:00
parent 87151ea91f
commit 80845bd572
2 changed files with 14 additions and 0 deletions

View File

@@ -76,6 +76,19 @@ p, li {
padding:2% 20%;
}
@media screen and (max-width:800px) {
#all {
padding:0%;
}
img {
display:none;
}
#cool-stuff .box {
max-width: 100%;
}
}
#header {
height: 50px;
display: flex;