summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets/stylesheets/_header.scss')
-rw-r--r--blog/_assets/stylesheets/_header.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/blog/_assets/stylesheets/_header.scss b/blog/_assets/stylesheets/_header.scss
new file mode 100644
index 0000000..7998bb5
--- /dev/null
+++ b/blog/_assets/stylesheets/_header.scss
@@ -0,0 +1,20 @@
+#header {
+ width: 100%;
+ font-size: 110%;
+ font-weight: 600;
+
+ #logo {
+ position: relative;
+ width: 479px;
+ text-align: center;
+ p {
+ margin-top: 0;
+ }
+ }
+
+ #banner-pos-1 {
+ position: absolute;
+ top: 1.5em;
+ right: 0;
+ }
+}