This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
performing_patents_otherwise
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
styling for image captions
main
Simon Bowie
1 year ago
parent
e7178ea453
commit
c198fadbfb
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
+6
-0
web/app/static/styles/custom.css
+ 6
- 0
web/app/static/styles/custom.css
View File
@@ -500,6 +500,12 @@ p code {
margin: 1rem 0rem !important;
}
img + em {
text-align: center;
font-size: .8rem;
}
/***************** MOBILE ****************/
@media screen and (min-width:0px) and (max-width: 768px) {
Write
Preview
Loading…
Cancel
Save