Clarified date and spots container styles

This commit is contained in:
James Dinh 2023-01-12 14:24:43 -08:00
parent 016f0c1a66
commit b5bf53df28
8 changed files with 5 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
assets/.DS_Store vendored Normal file

Binary file not shown.

BIN
css/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -645,10 +645,11 @@ nav * {
} }
#header-subtitle-date { #header-subtitle-date {
padding: 5px; padding: 5px 7px;
margin-top: 5px; margin-top: 5px;
border-radius: 10px; border-radius: 10px;
display: flex; display: flex;
width: fit-content;
place-items: center; place-items: center;
border: 1px solid rgb(73, 73, 73); border: 1px solid rgb(73, 73, 73);
background-color: rgb(22, 22, 22); background-color: rgb(22, 22, 22);
@ -692,6 +693,7 @@ nav * {
border-radius: 10px; border-radius: 10px;
margin-top: 5px; margin-top: 5px;
padding: 0 7px; padding: 0 7px;
width: fit-content;
border: 1px solid rgb(73, 73, 73); border: 1px solid rgb(73, 73, 73);
background-color: rgb(22, 22, 22); background-color: rgb(22, 22, 22);
animation: slidein-2 ease 3s; animation: slidein-2 ease 3s;
@ -1622,6 +1624,7 @@ li .splide__pagination__page.is-active {
font-size: 18px; font-size: 18px;
border-top: thin solid rgb(68, 68, 68); border-top: thin solid rgb(68, 68, 68);
cursor: pointer; cursor: pointer;
position: relative;
} }
.event span { .event span {
display: block; display: block;

BIN
img/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

BIN
js/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -438,7 +438,6 @@ var splide = new Splide( '.splide', {
splide.mount(); splide.mount();
// var options = { // var options = {
// series: [{ // series: [{
// name: 'Idea', // name: 'Idea',
@ -517,4 +516,4 @@ splide.mount();
// }; // };
// var chart = new ApexCharts(document.querySelector("#chart"), options); // var chart = new ApexCharts(document.querySelector("#chart"), options);
// chart.ren // chart.render