Skip to content

Commit

Permalink
Adding some custom CSS for small viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieldeR committed Oct 5, 2021
1 parent 49c8fe5 commit 6b684cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions site/themes/template/assets/scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,24 @@
@include breakpoint(large) {
width: 22%;
}
@include breakpoint(small){
h4{
font-weight: bold;
font-size: 12px;
word-break: break-word;
padding-right: 2px;
}
a{
font-size: 10px;
word-break: break-word;
}
button{
// width: 30%;
background-image:none !important;
padding: 10px 10px 10px 10px !important;
font-size: 12px !important;
}
}
}
.docs-content {
width: 75%;
Expand Down

0 comments on commit 6b684cc

Please sign in to comment.