change textsize of captions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
rra 2021-04-28 14:21:06 +02:00
parent 6543387ad9
commit fe3a80cf63
1 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,10 @@
img{max-width:100%;}
p{max-width:60ch;}
#more {display: none;}
figcaption{text-align:center}
figcaption{
text-align:center;
font-size:12px
}
button{
background: none!important;
@ -41,6 +44,7 @@
body, button {
font-size:14px;
}
figcaption{font-size:10px}
p{padding:0 10%;}
}
</style>