summaryrefslogtreecommitdiff
path: root/test.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-04-02 16:13:53 +0200
committerJonas Smedegaard <dr@jones.dk>2016-04-02 16:13:53 +0200
commitbb87ba4a7211eb4b1c378ae07a9e6fb9a34e56dc (patch)
tree80247c60d1bda2970639dc156cbe148a6fd3eccf /test.scss
parent55028d445500994cae36d4a1b879cd4713e47107 (diff)
position menu in fullwidth view.
Diffstat (limited to 'test.scss')
-rw-r--r--test.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/test.scss b/test.scss
index ca62267..b132fae 100644
--- a/test.scss
+++ b/test.scss
@@ -1,11 +1,17 @@
@import 'h5bp/helpers';
@import 'compass/css3';
+.topbar {
+ padding: 1.5em 6em 1.5em 0;
+ text-align: right;
+}
+
.topbar .footer {
background-color: #336699;
}
-.topbar p, .topbar .imgframe p {
+.topbar p,
+.topbar .imgframe p {
float: left;
}
@@ -16,10 +22,14 @@
.topbar ul {
position: relative;
- top: 1.5em;
+ top: 1.8em;
clear: left;
}
+.topbar li {
+ text-align: center;
+}
+
.topbar ul li a,
.topbar ul li .selflink {
@include inline-block;