UlrickBL commited on
Commit
2464571
·
verified ·
1 Parent(s): 10cd404

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -100,7 +100,7 @@
100
  background-color: #e60000;
101
  }
102
 
103
- .table-font {
104
  font-size: 14px;
105
  }
106
  </style>
@@ -157,7 +157,7 @@
157
  const outputDiv = document.getElementById('output');
158
  outputDiv.innerHTML = `
159
  <h1>Model Parameter Calculator</h1>
160
- <div class="section table-font">
161
  <h3>Attention</h3>
162
  <table>
163
  <tr>
 
100
  background-color: #e60000;
101
  }
102
 
103
+ th, td {
104
  font-size: 14px;
105
  }
106
  </style>
 
157
  const outputDiv = document.getElementById('output');
158
  outputDiv.innerHTML = `
159
  <h1>Model Parameter Calculator</h1>
160
+ <div class="section">
161
  <h3>Attention</h3>
162
  <table>
163
  <tr>