This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Left-Align Image Detail Text
Update the text in the image details to be left-aligned for better readability.
pull/123/head
Justin Karimi
3 years ago
parent
ba7e8b9d4b
commit
0a486204f4
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
templates/webpanel/css/images.css
+ 4
- 0
templates/webpanel/css/images.css
View File
@@ -8,3 +8,7 @@ div.card-group.capture-image-cards div.image-card img.card-img-top {
max-width: 100%;
width: unset;
}
div.card-group.capture-image-cards div.image-card p.card-text {
text-align: left;
}
Write
Preview
Loading…
Cancel
Save