diff --git a/CSS/styles.css b/CSS/styles.css index ec11518..b86774a 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -121,6 +121,7 @@ main { padding: 0 40px; overflow-y: scroll; overflow-x: hidden; + overflow-wrap: break-word; } #breadcrumb { @@ -296,4 +297,27 @@ pre { justify-content: space-between; align-items: center; margin-bottom: 20px; +} + +@media only screen and (max-width: 768px) { + body { + padding: 0; + } + + nav { + display: none; + } + + main { + padding: 0 20px; + } + + #breadcrumbDiv { + flex-direction: column-reverse; + align-items: flex-start; + } + + .full-description { + font-size: 16px; + } } \ No newline at end of file