Formatting.

This commit is contained in:
neviyn 2018-10-11 08:54:05 +01:00
parent 2b1966e505
commit c591c2d885

View File

@ -186,19 +186,19 @@ export default {
<style scoped> <style scoped>
.image-opacity { .image-opacity {
opacity: 0.5; opacity: 0.5;
} }
.centered-image { .centered-image {
position: relative; position: relative;
text-align: center; text-align: center;
} }
.image-centered-text { .image-centered-text {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
font-size: 50px; font-size: 50px;
color: white; color: white;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
} }
</style> </style>