Skip to content

Commit 6efe783

Browse files
authored
Update main.css
1 parent 1014dfe commit 6efe783

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,11 +1004,12 @@ ul.actions {
10041004
border-top: 0;
10051005
}
10061006
/* Text over image */
1007-
.centered {
1007+
.textoverimage {
10081008
position: absolute;
10091009
top: 50%;
10101010
left: 50%;
10111011
transform: translate(-50%, -50%);
1012+
text-shadow: 1px 1px 2px #0009;
10121013
}
10131014

10141015
.container {

0 commit comments

Comments
 (0)