change textsize of captions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6543387ad9
commit
fe3a80cf63
@ -24,7 +24,10 @@
|
|||||||
img{max-width:100%;}
|
img{max-width:100%;}
|
||||||
p{max-width:60ch;}
|
p{max-width:60ch;}
|
||||||
#more {display: none;}
|
#more {display: none;}
|
||||||
figcaption{text-align:center}
|
figcaption{
|
||||||
|
text-align:center;
|
||||||
|
font-size:12px
|
||||||
|
}
|
||||||
|
|
||||||
button{
|
button{
|
||||||
background: none!important;
|
background: none!important;
|
||||||
@ -41,6 +44,7 @@
|
|||||||
body, button {
|
body, button {
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
|
figcaption{font-size:10px}
|
||||||
p{padding:0 10%;}
|
p{padding:0 10%;}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user