This commit is contained in:
whidix
2023-01-03 00:13:23 +01:00
parent fb0553912a
commit 35261a99a3
7 changed files with 54 additions and 4 deletions

View File

@@ -42,5 +42,18 @@
max-width: 300px;
height: 100%;
border-radius: 5%;
display: block;
margin: 0 auto;
}
@media (max-width: 768px) {
.hero {
flex-direction: column;
align-items: center;
}
.hero img {
max-width: 80%;
}
}
</style>