maringetxway commited on
Commit
0fb0e78
Β·
verified Β·
1 Parent(s): 4c4e170

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -1
index.html CHANGED
@@ -26,6 +26,9 @@
26
  padding: 2rem;
27
  }
28
 
 
 
 
29
 
30
  p {
31
  color: rgb(107, 114, 128);
@@ -48,7 +51,9 @@
48
  </style>
49
  </head>
50
  <body>
51
- <div id="title_map"> 🌎 Let's build this event together and share our passion worldwide! 🌎 </div>
 
 
52
  <div id="map"></div>
53
  <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
54
  <script src="script.js"></script>
 
26
  padding: 2rem;
27
  }
28
 
29
+ #description_map{
30
+ font-size: 10px;
31
+ }
32
 
33
  p {
34
  color: rgb(107, 114, 128);
 
51
  </style>
52
  </head>
53
  <body>
54
+ <div id="title_map"> 🌎 Let's build this event together and share our passion worldwide! 🌎 <br>
55
+ <div id="description-map"> Host a Local Hackathon: Register <a rel="nofollow" href="https://forms.gle/fYQteWn2R2DGBSUy5" target="_blank">here</a></div>
56
+ </div>
57
  <div id="map"></div>
58
  <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
59
  <script src="script.js"></script>