diff --git a/assets/scss/work.scss b/assets/scss/work.scss index 2173888..5fa55cb 100644 --- a/assets/scss/work.scss +++ b/assets/scss/work.scss @@ -31,6 +31,7 @@ .dates { font-size: $work-dates-font-size; font-weight: lighter; + white-space: nowrap; } } } diff --git a/assets/styles.css b/assets/styles.css index a5e498b..71eaa5d 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -217,7 +217,8 @@ li { display: table-cell; } .work .header .table .right .dates { font-size: 15px; - font-weight: lighter; } + font-weight: lighter; + white-space: nowrap; } .work .summary { font-size: 16px;