BraydenMoore commited on
Commit
06c3a5f
·
verified ·
1 Parent(s): e33ce64

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -4
templates/index.html CHANGED
@@ -159,7 +159,7 @@
159
  }
160
  .hoverButton {
161
  text-align: left;
162
- padding: 0;
163
  border: none;
164
  font-size: 10pt;
165
  font-family: 'Andale Mono';
@@ -167,7 +167,7 @@
167
  transition: 0.1s ease;
168
  font-size: 10pt;
169
  border-radius: 0px;
170
- border-bottom: 1px white solid;
171
  border-right: 1px white solid;
172
  background-color: black;
173
 
@@ -187,7 +187,7 @@
187
  }
188
 
189
  #location-name {
190
- margin-bottom: 10px;
191
  }
192
 
193
  #share {
@@ -261,7 +261,7 @@
261
  <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
262
  <a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
263
 
264
- <div style="display: flex; margin-top: 0px; margin-bottom: 0%;">
265
 
266
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
267
  <button class="hoverButton">
 
159
  }
160
  .hoverButton {
161
  text-align: left;
162
+ padding: 5px;
163
  border: none;
164
  font-size: 10pt;
165
  font-family: 'Andale Mono';
 
167
  transition: 0.1s ease;
168
  font-size: 10pt;
169
  border-radius: 0px;
170
+ border: 1px white solid;
171
  border-right: 1px white solid;
172
  background-color: black;
173
 
 
187
  }
188
 
189
  #location-name {
190
+ border-bottom: 1px solid white;
191
  }
192
 
193
  #share {
 
261
  <h1 id="country" style="color:var(--text-color); margin-top: 10px; font-family: 'Andale Mono'; margin-bottom: 2px;"> searching...</h1>
262
  <a href="{{ ip_link }}" target="_blank"> <h3 id="location-name">{{ page_title|safe }}</h3></a>
263
 
264
+ <div style="display: flex; margin-top: 10px; margin-bottom: 0%;">
265
 
266
  <a href="?new=true" style="margin-right: 10px; display: inline-block;">
267
  <button class="hoverButton">