The site is more or less working. Some weirdness with animations though
This commit is contained in:
22
src/app/projects/projects.component.css
Normal file
22
src/app/projects/projects.component.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.project-item {
|
||||
width: 40%;
|
||||
margin: 1em 0 1em;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.project-item {
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 1080px) {
|
||||
.project-item {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1920px) {
|
||||
.project-item {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user