source: main/waeup-hugo/themes/dimension/static/sass/ie9.scss

Last change on this file was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 569 bytes
Line 
1@import 'libs/vars';
2@import 'libs/functions';
3@import 'libs/mixins';
4@import 'libs/skel';
5
6/*
7        Dimension by HTML5 UP
8        html5up.net | @ajlkn
9        Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
10*/
11
12/* BG */
13
14        #bg {
15                &:before {
16                        background: _palette(bg-overlay);
17                }
18        }
19
20/* Header */
21
22        #header {
23                .logo {
24                        margin: 0 auto;
25                }
26
27                .content {
28                        display: inline-block;
29                }
30
31                nav {
32                        ul {
33                                display: inline-block;
34
35                                 li {
36                                        display: inline-block;
37                                 }
38                        }
39                }
40        }
41
42/* Main */
43
44        #main {
45                article {
46                        margin: 0 auto;
47                }
48        }
Note: See TracBrowser for help on using the repository browser.