106 lines
1.4 KiB
CSS
106 lines
1.4 KiB
CSS
.flex-container {
|
|
width: 35rem;
|
|
max-width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
body {
|
|
font-family: Roboto, Tahoma, sans-serif;
|
|
line-height: 1.45rem;
|
|
}
|
|
|
|
h1, h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
header {
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.6rem;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.45rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.3rem;
|
|
margin: 1em 0 0.1em 0;
|
|
font-weight: 500;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
}
|
|
|
|
p.attention {
|
|
text-align: center;
|
|
font-style: italic;
|
|
}
|
|
|
|
h4 {
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
.project {
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
|
|
.project-image {
|
|
margin-right: 2rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
width: 15rem;
|
|
max-width: 40%;
|
|
right: 100%;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.project-image > img {
|
|
width: 100%;
|
|
margin-bottom: 3rem;
|
|
-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
}
|
|
|
|
|
|
img.headshot {
|
|
margin-top: 5rem;
|
|
}
|
|
|
|
.social-links img {
|
|
width: 2rem;
|
|
}
|
|
|
|
.social-links {
|
|
margin: 1rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.social-links a {
|
|
margin: 0.2rem;
|
|
text-decoration: none;
|
|
}
|
|
|
|
span.no-break {
|
|
display: inline-block;
|
|
}
|
|
|
|
section {
|
|
margin-bottom: 2.3rem;
|
|
}
|
|
|
|
|
|
.project-info {
|
|
margin: 1.5em 0 5em 0;
|
|
}
|