Created class for image sources

This commit is contained in:
Amma 2019-04-09 20:34:04 +02:00
parent d08343745f
commit f0fc3977f1

View File

@ -1,3 +1,12 @@
/*
* Sources Paragraph
* =================
*/
.source {position:absolute;
bottom:10px;
font-size: 50% !important;
}
/*
* Keyboard Shortcut Styling
* =========================
@ -109,4 +118,4 @@ table tr:last-of-type {
padding: .5rem 2rem;
font-size: 1.5rem !important;
background-color: rgba(0, 0, 0, .75);
}
}