Files
WEBSITE_hugulumu/styles/elements/projects.css
2024-05-17 22:52:36 +02:00

21 lines
256 B
CSS

#projects {
header {
height: 300px;
}
article {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
img {
max-height: 500px;
max-width: 500px;
width: 100%;
margin: 0px auto;
}
}
.mouse {
margin-top: 100px;
}
}