Sneaky comment

This commit is contained in:
Thomas Smith 2023-04-27 17:49:28 +02:00
parent ae56d82124
commit 3ae5799088

View file

@ -763,54 +763,4 @@
<hr>
<style>
.twitter-card{
border: 2px solid #1a1a1a;
background-color: #33ffd9 !important;
min-height: 466px;
}
.title-bar{
height:30px;
}
.avatar{
height: 24px;
width: 24px;
border-radius: 30px;
background-color: gray;
display: inline-block;
}
.test-name{
display: inline-block;
position: relative;
margin-left: 5px;
}
.top-bar i{
position: relative;
top: 2px;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script>
var mySwiper = new Swiper ('.swiper-container', {
spaceBetween: 10,
freeMode: true,
direction: 'horizontal',
loop: true,
pagination: {
el: '.swiper-pagination',
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
})
</script>
{{ end }}