updates June 2025
This commit is contained in:
@@ -154,30 +154,25 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.projects-box {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: auto;
|
||||
max-width: 70%;
|
||||
|
||||
} .projects-box .card {
|
||||
margin: auto;
|
||||
padding-bottom: 30px;
|
||||
} .projects-box img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-top-right-radius: 10%;
|
||||
border-top-left-radius: 1%;
|
||||
.project-card {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.project-card img {
|
||||
width: 10%;
|
||||
height: auto;
|
||||
margin-top: 20px;
|
||||
border: 2px solid var(--color-pallete-red);
|
||||
}
|
||||
|
||||
.project-card .hexlink {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px)
|
||||
{
|
||||
.projects-box {
|
||||
display: block;
|
||||
margin: 0 30px 0 30px;
|
||||
} .projects-box .card {
|
||||
margin: auto;
|
||||
padding: 20px 0 20px 0;
|
||||
.project-card img {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -209,4 +204,4 @@ body {
|
||||
width: auto;
|
||||
border-bottom-right-radius: 10%;
|
||||
border-bottom-left-radius: 1%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user