mirror of https://github.com/Kylart/KawAnime.git
Reworked news page
This commit is contained in:
parent
eafb4dbf96
commit
dbade9a4d2
|
@ -26,25 +26,19 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style lang="stylus" scoped>
|
||||||
/* ----- Refresh button ----- */
|
/* ----- Refresh button ----- */
|
||||||
.refresh-button-container
|
.refresh-button-container
|
||||||
{
|
display inline-block
|
||||||
display: inline-block;
|
text-align right
|
||||||
text-align: right;
|
margin-top 5px
|
||||||
margin-top: 5px;
|
margin-bottom 2px
|
||||||
margin-bottom: 2px;
|
padding-right 3%
|
||||||
padding-right: 3%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.refresh-button
|
.refresh-button
|
||||||
{
|
display inline-block
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ---------- ELEM ---------- */
|
/* ---------- ELEM ---------- */
|
||||||
.news-container
|
.news-container
|
||||||
{
|
padding 0 0 1% 1%
|
||||||
padding: 0 0 1% 1%;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue