diff options
author | MaZderMind | 2014-12-20 15:24:37 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-20 15:24:37 +0100 |
commit | 48c00718d00136c44d2f92fe8c1732b43a89900e (patch) | |
tree | 3bd07f50b69af4cbf61863fd0ece8911c832c878 /assets/css/src/lustige-styles.scss | |
parent | a51c188eb783b1f7b6cd0ba414252572babd8e53 (diff) |
build the frondpage using bootstrap grid
wrap to one col on phone
Diffstat (limited to '')
-rw-r--r-- | assets/css/src/lustige-styles.scss | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss index 634d5fe..34b3935 100644 --- a/assets/css/src/lustige-styles.scss +++ b/assets/css/src/lustige-styles.scss @@ -327,19 +327,12 @@ a.inverted { ul { list-style-type: none; - margin: 0; - padding: 0; + padding: 0 0 5px 0; + margin: 0 -5px; } li { - background-color: $gray-dark; - list-style-type: none; - width: 49.5%; - &.wide { width: 100%; } - margin: 0; - padding: 0; - margin-top: 1%; - float: left; + padding: 5px !important; .title { font-size: 1.75em; @@ -348,6 +341,7 @@ a.inverted { } a { + background-color: $gray-dark; color: white; display: block; width: 100%; @@ -360,11 +354,6 @@ a.inverted { text-decoration: none; } } - - - &:nth-child(2n+1) { - margin-right: 1%; - } } } |