Mobile support for chrome

This commit is contained in:
Afzal Sayed 2017-12-10 13:12:44 +05:30
parent 2c40e7829c
commit e1c2eeece3
2 changed files with 5 additions and 0 deletions

View file

@ -13,4 +13,8 @@ body {
} }
.summary a { .summary a {
color: #41403e; color: #41403e;
}
img.no-responsive{
max-width: -webkit-fill-available;
max-width: -moz-available;
} }

View file

@ -26,6 +26,7 @@
.section { .section {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 2rem; margin-bottom: 2rem;
word-wrap: break-word;
} }
.section:after { .section:after {
.hr-after; .hr-after;