Logo povečava
Deploy to Development and Production / deploy (push) Successful in 6s
Details
Deploy to Development and Production / deploy (push) Successful in 6s
Details
This commit is contained in:
parent
804d17319d
commit
e5a128d6aa
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -69,8 +69,12 @@ body.no-scroll {
|
|||
}
|
||||
|
||||
.logo img {
|
||||
height: 50px;
|
||||
/* Višino zmanjšamo za 10px (5px zgoraj, 5px spodaj) */
|
||||
height: calc(50px + 2rem - 10px);
|
||||
width: auto;
|
||||
/* Negativni rob zmanjšamo za 5px, da ustvarimo prostor */
|
||||
margin-top: calc(-1rem + 5px);
|
||||
margin-bottom: calc(-1rem + 5px);
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -489,7 +493,11 @@ footer {
|
|||
}
|
||||
|
||||
.logo img {
|
||||
height: 32px;
|
||||
height: calc(50px + 2rem - 10px);
|
||||
width: auto;
|
||||
margin-top: calc(-1rem + 5px);
|
||||
margin-bottom: calc(-1rem + 5px);
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.service-icon {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
@ -106,4 +106,4 @@
|
|||
<span></span>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
</header>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="../css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" href="/css/animations.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<header class="main-header">
|
||||
<nav class="nav-container">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
|
|
|
|||
Loading…
Reference in New Issue