[O] Add comments
This commit is contained in:
+4
-1
@@ -26,6 +26,9 @@
|
|||||||
document.title = config.title.text;
|
document.title = config.title.text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Style for title
|
||||||
|
*/
|
||||||
get titleStyle()
|
get titleStyle()
|
||||||
{
|
{
|
||||||
let dim = `rgba(0, 0, 0, ${config.title.dim / 100})`;
|
let dim = `rgba(0, 0, 0, ${config.title.dim / 100})`;
|
||||||
@@ -49,7 +52,7 @@
|
|||||||
|
|
||||||
#title
|
#title
|
||||||
{
|
{
|
||||||
/* Center and scale the image nicely */
|
// Center and scale the image nicely
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|||||||
Reference in New Issue
Block a user