diff --git a/_assets/responsive.scss b/_assets/responsive.scss
index 0e5ea676..9758b9cd 100644
--- a/_assets/responsive.scss
+++ b/_assets/responsive.scss
@@ -1,34 +1,9 @@
@media (max-width: 480px) {
body {
- padding: 0 0 10px;
- .content {
- padding: 10px;
- }
+ padding: 10px;
.site-header {
- margin: 0;
- padding: 15px;
- background-color: #202020;
- text-align: center;
- .site-title {
- color: #eee;
- margin-bottom: 0;
- margin-right: 20px;
- font-size: 14px;
- display: inline-block;
- .firstname:after {
- content: "'s";
- color: #aaa;
- }
- .lastname {
- display: none;
- }
- }
- nav { display: inline-block; }
- a {
- line-height: 1em;
- border: 0;
- }
+ margin-bottom: 10px;
}
.fork-me, .tip {
display: none;
diff --git a/_assets/style.scss b/_assets/style.scss
index 5eddfbc4..0b91b782 100644
--- a/_assets/style.scss
+++ b/_assets/style.scss
@@ -6,7 +6,7 @@ body {
color: #343434;
line-height: 1.6em;
font-family: Ubuntu;
- padding: 20px 0;
+ padding: 20px 10px;
}
a {
@@ -26,28 +26,40 @@ hr { border: 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margi
margin: auto;
}
-.site-header, .site-footer {
- padding: 25px;
+.site-footer {
text-align: center;
+ padding: 25px;
}
.site-header {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
- nav a {
- border-bottom: 2px solid #6ad;
- }
+ text-align: right;
.site-title {
+ &:hover {
+ .block { background-color: #6AD; }
+ .lastname { opacity: .7; color: #59b; }
+ color: #59b;
+ }
+ .block {
+ display: inline-block;
+ width: 30px;
+ height: 9px;
+ margin-top: 1px;
+ background-color: #ddd;
+ margin-right: 10px;
+ @include transition(.4s);
+ }
+ float: left;
color: #676767;
@include transition(.4s);
text-transform: uppercase;
display: block;
- font-size: 30px;
- margin-bottom: 25px;
+ margin-bottom: 5px;
font-weight: bold;
.firstname { margin-right: 5px; }
- .lastname { opacity: .4 }
+ .lastname { opacity: .4; @include transition(.4s); }
}
}
@@ -109,7 +121,7 @@ hr { border: 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margi
position: absolute;
left: 10px;
top: 10px;
- border: 8px solid #eee;
+ border: 5px solid #eee;
border-right-color: transparent;
border-bottom-color: transparent;
@include transition(.5s);
diff --git a/_includes/header.html b/_includes/header.html
index a0df2a4e..e2c78611 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,10 +1,11 @@