css
This commit is contained in:
parent
adaff65a99
commit
cf083c4cd8
@ -19,7 +19,6 @@
|
||||
<span class="glyphicon glyphicon-search"></span>
|
||||
</button>
|
||||
</span>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div></br>
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user