FIX: tamaño visible de logo menu
This commit is contained in:
@ -21,13 +21,18 @@ foreach ($files as $file) {
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/themes/default/assets/fonts/brand-icons.woff2" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/themes/default/assets/fonts/icons.woff" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/themes/default/assets/fonts/icons.woff2" />
|
||||
<style type="text/css">
|
||||
header nav .image img {
|
||||
height: 64px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header class="ui container">
|
||||
<nav class="ui menu">
|
||||
<a class="item" href="#">
|
||||
<div class="ui image">
|
||||
<img src="http://www.provm.cl/logo_menu.png" height="64" />
|
||||
<img src="http://www.provm.cl/logo_menu.png" />
|
||||
</div>
|
||||
</a>
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user