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:
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user