[STYLE] Add options for the project page
This commit is contained in:
parent
bba632c62c
commit
108d44b4aa
1 changed files with 35 additions and 0 deletions
|
@ -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 *******************/
|
||||||
.archive-body {
|
.archive-body {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
Loading…
Reference in a new issue