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> <span class="glyphicon glyphicon-search"></span>
</button> </button>
</span> </span>
</form> </form>
</div> </div>
</div></br> </div></br>

View File

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