|
|
|
@ -8,6 +8,8 @@
|
|
|
|
|
<meta name="description" content="XPUB">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link rel="stylesheet" href="../css/pages.css">
|
|
|
|
|
<link rel="icon" href="/habitat/img/Habitat-logo-01.svg" type="image/svg+xml">
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@ -27,12 +29,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
|
width: 25px;
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: auto;
|
|
|
|
|
z-index:15 !important;
|
|
|
|
|
z-index: 15 !important;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 20px;
|
|
|
|
|
right: 20px
|
|
|
|
|
top: 40px;
|
|
|
|
|
right: -60px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|