mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 07:06:38 -04:00
46 lines
543 B
SCSS
46 lines
543 B
SCSS
@charset "UTF-8";
|
|
|
|
// Responsive Home
|
|
body#home {
|
|
font-size: 1em;
|
|
padding: 25px;
|
|
|
|
p {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
img#me {
|
|
width: 68px;
|
|
height: 68px;
|
|
padding: 2px;
|
|
}
|
|
|
|
footer div {
|
|
line-height: 1.7;
|
|
|
|
&#panda {
|
|
display: none;
|
|
}
|
|
|
|
&#blog,
|
|
&#info {
|
|
width: 50%;
|
|
}
|
|
|
|
&#blog {
|
|
font-size: 1em;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
&#info {
|
|
font-size: 0.7em;
|
|
line-height: 2;
|
|
|
|
span#copyright::after {
|
|
content: "\A";
|
|
white-space: pre;
|
|
}
|
|
}
|
|
}
|
|
}
|