diff --git a/Labs/home/home.html b/Labs/home/home.html
index 66b86942..51f959f8 100644
--- a/Labs/home/home.html
+++ b/Labs/home/home.html
@@ -13,11 +13,6 @@
color: white;
font-family: 'Helvetica', sans-serif;
- h1, h2 {
- text-align: center;
- text-shadow: 20px 20px 3px blue;
- width: 500px;
- }
}
table {
@@ -62,9 +57,8 @@
}
.content h1, h2 {
- text-shadow: 20px 20px 3px blue;
+ text-shadow: 5px 5px 3px blue;
text-align: center;
- width: 500px;
}
#myBtn {