mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
remove the problematic octocat
This commit is contained in:
parent
2003385c7b
commit
169135b711
2 changed files with 1 additions and 25 deletions
|
|
@ -115,8 +115,8 @@ header.primary {
|
|||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: @weight-thin;
|
||||
word-wrap: break-word;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -146,12 +146,6 @@ header.primary {
|
|||
|
||||
nav {
|
||||
|
||||
/* Fix font rendering bugs in Safari. In this case, font weight differences
|
||||
* with the #octocat's fixed position, font weight in landscape on iPhone,
|
||||
* and probably other ones I hadn't discovered yet.
|
||||
*/
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
|
||||
padding-top: 0.5rem;
|
||||
clear: left;
|
||||
font-size: 1.1rem;
|
||||
|
|
@ -262,20 +256,6 @@ ul.archive {
|
|||
* Projects
|
||||
*/
|
||||
|
||||
#octocat {
|
||||
position: fixed;
|
||||
bottom: 1rem;
|
||||
width: 96%;
|
||||
text-align: center;
|
||||
z-index: -1;
|
||||
opacity: 0.1;
|
||||
|
||||
@media (min-width: @screen-medium) {
|
||||
right: 1rem;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.project-listing {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
<div id="octocat">
|
||||
<img src="/images/dr-octocat-448x448.png" width="224" height="224" alt="Bad ass Indiana Jones Octocat">
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
|
||||
<% for (var name in public.projects._data) { %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue