[STYLE] Add options for the project page

This commit is contained in:
Gregory Trolliet 2023-10-29 16:51:25 +01:00
parent bba632c62c
commit 108d44b4aa
1 changed files with 35 additions and 0 deletions

View File

@ -538,6 +538,41 @@ a.not(.anchor):focus {
}
}
/******************* Projects *******************/
article .project-image {
display: inline-block;
width: 100%;
max-width: 100%;
margin-left: 0em;
margin-right: 0em;
}
article .project-text {
display: inline-block;
width: 100%;
max-width: 100%;
}
article .project-image img {
width: 100%;
max-width: 100%;
}
@media only screen and (min-width: 768px) {
article .project-image {
max-width: 40%;
margin-left: 0em;
margin-right: 1em;
max-width: 40%;
}
article .project-text {
max-width: 55%;
font-size: .9rem;
}
}
/******************* Archive Body *******************/
.archive-body {
margin-bottom: 2em;