add borders to values section on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bced078a81
commit
b5c85b550c
@ -127,6 +127,12 @@ html, body {
|
|||||||
line-height: 1.5 !important;
|
line-height: 1.5 !important;
|
||||||
margin-top: 40px !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){
|
@media screen and (min-width: 600px){
|
||||||
|
Loading…
Reference in New Issue
Block a user