diff options
| -rw-r--r-- | sass/app.scss | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sass/app.scss b/sass/app.scss index d9e83ce..2637f00 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -347,8 +347,8 @@ div.app li .route {  	position:absolute;  	top:1px;  	left:7.7em; +	right: 7em;  	height: 1.2em; -	width: 70%;  	overflow: hidden;  	color: $route-color;  } @@ -360,8 +360,8 @@ div.app li .info {  	position:absolute;  	top:1px;  	left:7.7em; +	right: 7em;  	height: 1.2em; -	width: 70%;  	overflow: hidden;  } | 
