This commit is contained in:
shizuka 2018-10-16 17:23:59 +02:00
parent adaff65a99
commit cf083c4cd8
2 changed files with 8 additions and 2 deletions

View File

@ -19,7 +19,6 @@
<span class="glyphicon glyphicon-search"></span>
</button>
</span>
</form>
</div>
</div></br>

View File

@ -216,9 +216,16 @@ a:hover {
.navbar {
display: none;
}
img {
max-width: 50rem;
width: 50rem;
height: auto;
transition: width 2s;
transition: height 2s;
}
.zoom {
width: 100rem;
}
}
/*