minor styling changes to projects and expertise sections

This commit is contained in:
II-Paulus-II 2024-03-28 23:21:56 +00:00
parent 38ed6c5ba4
commit f3e443040b
2 changed files with 11 additions and 4 deletions

View File

@ -173,16 +173,18 @@
}
.projectTypeSelected::before {
border-left: 0;
right: calc(8rem - 3px);
right: calc(8rem - 2px);
}
.projectTypeSelected::after {
border-right: 0;
left: calc(8rem - 3px);
left: calc(8rem - 2px);
}
.projectIndividualItemContainer {
max-width: calc(100% - 1rem);
}
.projectIndividualItemContainer:last-child {
margin-bottom: 8rem;
}
}
@media screen and (min-width: 521px) and (max-width: 705px) and (orientation: portrait) {

View File

@ -70,12 +70,13 @@
overflow-y: scroll;
justify-content: center;
width: 100%;
margin-bottom: 3rem;
}
.experienceInnerContainer {
height: 12rem;
}
.experienceInnerContainer:last-child {
margin-bottom: 5rem;
margin-bottom: 8rem;
}
.experienceItemContainer {
padding: 1rem;
@ -113,6 +114,10 @@
.experienceInnerContainer {
height: 12rem;
}
.experienceInnerContainer:last-child {
margin-bottom: 6rem;
}
.experienceItemContainer {
padding: 1rem;
gap: 1rem;