0225273 4 months ago
parent
commit
4377c16b1d
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/app/tab1/tab1.page.scss

+ 13 - 1
src/app/tab1/tab1.page.scss

@@ -279,4 +279,16 @@ p {
  
  .card:hover {
   box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
- }
+ }
+
+ .header {
+  display: flex;
+  flex-direction: column;
+}
+
+.price {
+  font-size: 3.75rem;
+  line-height: 1;
+  font-weight: 700;
+  color: #fff
+}