diff --git a/index.html b/index.html index dbe7d1b..9dca06c 100644 --- a/index.html +++ b/index.html @@ -35,8 +35,8 @@ padding: 20px; } iframe { - width: 80%; - height: 60vh; + width: 960px; /* 800px + 20% */ + height: 660px; /* 550px + 20% */ border: none; margin-bottom: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); @@ -66,6 +66,11 @@ padding: 20px; text-align: center; } + .footer a { + color: #3498db; + text-decoration: none; + margin-left: 5px; + }