break long words/urls to prevent overflow

This commit is contained in:
Kris 2019-04-17 17:10:16 -04:00
parent 2b8487b0ea
commit bf712a8598

View File

@ -346,6 +346,7 @@
width: 100%;
margin-top: 1em;
min-width: 275px;
word-break: break-word;
@include breakpoint("mobile", min-width) {
display: flex;
}