This commit is contained in:
luna 2022-03-13 14:49:21 +01:00
parent 4960958b39
commit e8391df391
2 changed files with 5 additions and 2 deletions

View file

@ -45,3 +45,6 @@
display: inline-block;
padding: .5em;
}
#goal {
width: 100%;
}

View file

@ -5,8 +5,8 @@
</head>
<body>
<a href="">
<img src="assets/goalmap.jpeg">
<img id="goal" src="assets/goalmap.jpeg">
</a>
YES
</body>
</html>