Skip to content
Snippets Groups Projects
Commit 8d4ac66c authored by James Vasile's avatar James Vasile
Browse files

Add border to images in index cards

parent 4be59553
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,12 @@
border-width: 1px;
}
.headerimage-card img {
border-style: solid;
border-width: 1px;
}
/* Make header title not all uppercase. */
.site-title {
text-transform: unset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment