This commit is contained in:
parent
85560a4261
commit
62199e1f8b
1 changed files with 22 additions and 17 deletions
|
@ -84,23 +84,6 @@ img.figure,
|
|||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
.project {
|
||||
flex-direction: column;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.project>div {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0px auto;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -133,4 +116,26 @@ a {
|
|||
color: inherit;
|
||||
/* no underline */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
.project {
|
||||
flex-direction: column;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.project>div {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
li,
|
||||
p {
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue