remove border on terminal .explantion on mobile. Doesnt need it/looks better without
This commit is contained in:
parent
517f034562
commit
8115e1db44
|
@ -679,6 +679,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#demos .explantion{
|
||||
border-left: 8px solid transparent;
|
||||
}
|
||||
|
||||
#cta a {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
|
|
|
@ -1212,6 +1212,9 @@ body.page-home #footer {
|
|||
transform: skewY(30deg);
|
||||
margin: 3px 3px 0 0;
|
||||
}
|
||||
#demos .explantion {
|
||||
border-left: 8px solid transparent;
|
||||
}
|
||||
#cta a {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in New Issue