BraydenMoore commited on
Commit
4c37348
·
1 Parent(s): 13699b9

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -82,7 +82,7 @@
82
  width: 90%;
83
  height: 90%;
84
  position: relative;
85
- margin-right: 3%;
86
  }
87
  h1 {
88
  margin: 0px;
@@ -148,7 +148,7 @@
148
 
149
  @media only screen and (orientation: portrait) {
150
  h1 {
151
- margin-top: 4% !important;
152
  }
153
  .flex-container {
154
  flex-direction: column;
@@ -191,7 +191,7 @@
191
 
192
 
193
  <div class="info" id="info">
194
- <h1 id="country" style="color:rgb(83, 83, 83); margin-top: 1%; font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
195
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
196
 
197
  <div style="display: flex; margin-top: 0%; margin-bottom: 0%;">
 
82
  width: 90%;
83
  height: 90%;
84
  position: relative;
85
+ margin-right: 20px;
86
  }
87
  h1 {
88
  margin: 0px;
 
148
 
149
  @media only screen and (orientation: portrait) {
150
  h1 {
151
+ margin-top: 20px !important;
152
  }
153
  .flex-container {
154
  flex-direction: column;
 
191
 
192
 
193
  <div class="info" id="info">
194
+ <h1 id="country" style="color:rgb(83, 83, 83); margin-top: 10px; font-family: 'Helvetica'; font-weight: 50; margin-bottom: 20px;"> searching...</h1>
195
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
196
 
197
  <div style="display: flex; margin-top: 0%; margin-bottom: 0%;">