<div class="imgsoc">
<a href="https://vk.com/"><img src="images\vk.png"/></a>
<a href="https://www.instagram.com/"><img src="images\instagram.png"/></a>
</div>
.imgsoc {
max-width: 100%
width: 80px;
height: 80px;
}
а также сделать адаптивными для мобильных версий.
<style type="text/css">
.imgsoc {
max-width: 100%;
text-align: right;
}
.imgsoc img{
width: 80px;
height: 80px;
}
</style>
<div class="imgsoc">
<a href="https://vk.com/"><img src="images/vk.png"/></a>
<a href="https://www.instagram.com/"><img src="images/instagram.png"/></a>
</div>