mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
scoped force-wrap to anchor links in articles and sidebar
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
article {
|
article {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
@extend force-wrap;
|
a { @extend .force-wrap; }
|
||||||
header {
|
header {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 2em;
|
padding-top: 2em;
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
aside[role=sidebar] {
|
aside[role=sidebar] {
|
||||||
color: $sidebar-color;
|
color: $sidebar-color;
|
||||||
text-shadow: lighten($sidebar-bg, 8) 0 1px;
|
text-shadow: lighten($sidebar-bg, 8) 0 1px;
|
||||||
@extend .force-wrap;
|
a { @extend .force-wrap; }
|
||||||
section {
|
section {
|
||||||
@extend .sans;
|
@extend .sans;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
|
|||||||
Reference in New Issue
Block a user