feat: responsive homepage width

This commit is contained in:
Adrien Marquès 2022-10-10 16:16:33 +02:00
parent de0034ed5b
commit 74a0771f01
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 16 additions and 0 deletions

View File

@ -309,4 +309,20 @@
}
}
@media screen and (max-width: 1600px) {
.readme {
align-self: center;
margin-bottom: 0;
font-size: 1vw;
}
}
@media screen and (max-width: 1200px) {
.name {
font-size: 1.2vw;
align-self: center;
margin-bottom: 0;
}
}
</style>