JAYASWAROOP commited on
Commit
3c29b8b
1 Parent(s): b59b5ec

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -1
index.html CHANGED
@@ -47,6 +47,14 @@
47
  border-top-left-radius: 11px;
48
  border-top-right-radius: 11px;
49
  }
 
 
 
 
 
 
 
 
50
  .title {
51
  font-size: 25px;
52
  }
@@ -72,7 +80,7 @@
72
  @media (max-width: 767px) {
73
  audio {
74
  width: 80%; /* Adjust the width for smaller screens */
75
- max-width: 300px; /* Set a maximum width for better mobile view */
76
  margin: 0 auto; /* Center the audio tag */
77
  }
78
  }
 
47
  border-top-left-radius: 11px;
48
  border-top-right-radius: 11px;
49
  }
50
+ h1{
51
+ font-size: 32px;
52
+ }
53
+ @media (max-width: 767px) {
54
+ h1 {
55
+ font-size: 24px; /* Adjust font size for smaller screens */
56
+ }
57
+
58
  .title {
59
  font-size: 25px;
60
  }
 
80
  @media (max-width: 767px) {
81
  audio {
82
  width: 80%; /* Adjust the width for smaller screens */
83
+ max-width: 360px; /* Set a maximum width for better mobile view */
84
  margin: 0 auto; /* Center the audio tag */
85
  }
86
  }