css
This commit is contained in:
parent
adaff65a99
commit
cf083c4cd8
@ -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>
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user