Skip to content
Snippets Groups Projects
Commit 7f850633 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

feat: the long links will not break the layout

parent e5ef27de
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ h1, h2, h3, h4, h5, h6 {
a {
color: $brand-color;
text-decoration: none;
overflow-wrap: break-word;
@media print {
&:after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment