feat: responsive homepage width
This commit is contained in:
parent
de0034ed5b
commit
74a0771f01
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue