Resume: contact info section
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: #2d2d2d;
|
||||
color: #f2f0ec;
|
||||
background-color: white;
|
||||
color: black;
|
||||
line-height: 1.5;
|
||||
font-size: 100%;
|
||||
/* font-family: 'Source Code Pro', monospace; */
|
||||
@@ -296,6 +296,21 @@ footer a {
|
||||
.homepage .tag {
|
||||
margin-right: 2em;
|
||||
} */
|
||||
#contact-info {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
display: flex;
|
||||
align-content: center; }
|
||||
#contact-info div {
|
||||
flex-grow: 1;
|
||||
color: #d3d0c8; }
|
||||
#contact-info div img {
|
||||
height: 1em; }
|
||||
#contact-info #email {
|
||||
text-align: center; }
|
||||
#contact-info #website {
|
||||
text-align: right; }
|
||||
|
||||
#resume a {
|
||||
text-decoration: none; }
|
||||
#resume a:hover {
|
||||
@@ -335,12 +350,6 @@ h1.site-title {
|
||||
color: #66cccc; }
|
||||
h1.site-title a {
|
||||
text-decoration: none; }
|
||||
@media (max-width: 52em) {
|
||||
h1.site-title {
|
||||
font-size: 3em; } }
|
||||
@media (max-width: 800px) {
|
||||
h1.site-title {
|
||||
font-size: 2em; } }
|
||||
|
||||
.hero-logo img {
|
||||
margin-top: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user