1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-22 16:30:11 +00:00
HackMyResume/_sass/_hmr.scss

73 lines
989 B
SCSS

header > p {
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.main {
border: solid 10px #000;
border-radius: 10px;
margin: 0 20px;
}
img.logo {
position: absolute;
width: 24px;
top: 4px;
left: -5px;
}
h1 {
position: relative;
padding-left: 17px;
font-family: $title-font;
}
@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;
}
}