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>
.image-opacity {
opacity: 0.5;
opacity: 0.5;
}
.centered-image {
position: relative;
text-align: center;
position: relative;
text-align: center;
}
.image-centered-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 50px;
color: white;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 50px;
color: white;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
</style>