mirror of https://github.com/zulip/zulip.git
landing_page: Remove CSS transition from .for-education-pricing-model.
If this was doing anything, it was probably just slowing down page resizes. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
75d834dcc3
commit
dfc311ae96
|
@ -2534,10 +2534,6 @@ button {
|
|||
text-align: left;
|
||||
background-color: hsl(0deg 0% 100%);
|
||||
|
||||
transition-property: all;
|
||||
transition-duration: 0.3s;
|
||||
transition-timing-function: ease;
|
||||
|
||||
.bottom {
|
||||
height: 275px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue