diff --git a/demos/elevation.html b/demos/elevation.html
index 4191308adee..50684e5230b 100644
--- a/demos/elevation.html
+++ b/demos/elevation.html
@@ -47,6 +47,14 @@
background: white;
}
+ .hero .demo-surface {
+ width: 120px;
+ height: 48px;
+ margin: 24px 24px;
+ background-color: #212121;
+ color: #f0f0f0;
+ }
+
#hover-el {
display: flex;
align-items: center;
@@ -54,14 +62,6 @@
padding: 2rem;
border-radius: 4px;
}
-
- .hero .demo-surface {
- width: 96px;
- height: 48px;
- margin: 24px 24px;
- background-color: #212121;
- color: #f0f0f0;
- }
@@ -81,8 +81,11 @@
-