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

Add overly colorful favicons; tweak site title.

Courtesy http://realfavicongenerator.net/.
This commit is contained in:
hacksalot
2015-12-21 23:45:28 -05:00
parent f401565a23
commit 3a5537c932
38 changed files with 133 additions and 4 deletions

View File

@ -31,12 +31,25 @@ header, section, img {
box-sizing: border-box;
}
img {
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;

View File

@ -3,7 +3,7 @@
body {
background-color: #fff;
padding:50px;
font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font: 14px/1.5 $base-font;
color:#727272;
font-weight:400;
}