25 lines
506 B
CSS
25 lines
506 B
CSS
@import url(./bulam.css);
|
|
@import url(./fontawesome-free-6.4.0-web/css/all.css);
|
|
@import url(./leaftlet.css);
|
|
|
|
#map { height: 100vh; z-index: 0;}
|
|
|
|
|
|
/* The actual timeline (the vertical ruler) */
|
|
.timeline {
|
|
position: relative;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* The actual timeline (the vertical ruler) */
|
|
.timeline::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 6px;
|
|
background-color: white;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -3px;
|
|
} |