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%;}
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user