1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 07:47:07 +01:00

Add placeholder content and start theming.

This commit is contained in:
hacksalot
2015-12-21 19:51:53 -05:00
parent 77bcd4b49d
commit a5727e00cb
8 changed files with 93 additions and 15 deletions

59
_sass/_hmr.scss Normal file
View File

@ -0,0 +1,59 @@
.byline {
text-transform: uppercase;
font-size: 80%;
margin: 0;
margin-bottom: 15px;
}
.wrapper {
max-width: 1150px;
width: 100%;
}
p > code {
background-color: #EAEAEA;
padding: 5px;
}
header {
position: static;
width: 33%;
max-width: 400px;
}
section {
width: 66%;
float: left;
max-width: 750px;
}
header, section, img {
box-sizing: border-box;
}
img {
border: solid 10px #000;
border-radius: 10px;
margin: 0 20px;
}
@media print, screen and (max-width: 960px) {
header {
width: auto;
padding-right: 0;
}
img {
margin: 0;
}
header ul {
/* position: absolute; */
position: static;
right: 50px;
top: 52px;
}
section {
float: none;
width: auto;
}
}

View File

@ -101,7 +101,7 @@ th {
}
img {
//max-width:100%;
max-width:100%;
}
header {