add borders to values section on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-09-04 15:57:53 +05:00
parent bced078a81
commit b5c85b550c
1 changed files with 6 additions and 0 deletions

View File

@ -127,6 +127,12 @@ html, body {
line-height: 1.5 !important;
margin-top: 40px !important;
}
#our-values.values-list div:nth-child(2) {
border-right-width: 0 !important;
border-left-width: 0 !important;
border-block: 1px solid;
}
}
@media screen and (min-width: 600px){