nick5363 commited on
Commit
b3c4b45
·
verified ·
1 Parent(s): af8edd2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -69,11 +69,11 @@
69
  .tabs {
70
  position: fixed;
71
  bottom: 0;
72
- width: 415;
73
  background-color: #1a1a1a;
74
  display: flex;
75
  justify-content: space-around;
76
- padding: 8px 0;
77
  border-top: 1px solid #333;
78
  }
79
  .tabs button {
@@ -82,7 +82,7 @@
82
  border: none;
83
  padding: 6px 2px;
84
  cursor: pointer;
85
- font-size: 0.55rem;
86
  flex: 1;
87
  margin: 0 5px;
88
  white-space: nowrap;
@@ -109,7 +109,7 @@
109
  padding: 8px 5px;
110
  }
111
  .tab-content .tradingview-widget-container {
112
- height: 370px !important; /* Điều chỉnh chiều cao chart để vừa màn hình */
113
  }
114
  }
115
 
 
69
  .tabs {
70
  position: fixed;
71
  bottom: 0;
72
+ width: 100%;
73
  background-color: #1a1a1a;
74
  display: flex;
75
  justify-content: space-around;
76
+ padding: 10px 0;
77
  border-top: 1px solid #333;
78
  }
79
  .tabs button {
 
82
  border: none;
83
  padding: 6px 2px;
84
  cursor: pointer;
85
+ font-size: 0.45rem;
86
  flex: 1;
87
  margin: 0 5px;
88
  white-space: nowrap;
 
109
  padding: 8px 5px;
110
  }
111
  .tab-content .tradingview-widget-container {
112
+ height: 360px !important; /* Điều chỉnh chiều cao chart để vừa màn hình */
113
  }
114
  }
115