Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Multiple Bug fixes #216

Merged
merged 10 commits into from
Nov 6, 2017
Prev Previous commit
Next Next commit
Fixing minor header width issue
  • Loading branch information
asaadmahmood committed Nov 5, 2017
commit 13c38b68c6753ce25d06eb5aec71e0ed0ea8bfb6
2 changes: 1 addition & 1 deletion sass/layout/_headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
width: 100%;

strong {
width: calc(100% - 65px);
max-width: calc(100% - 65px);
}
}

Expand Down