Skip to content

Commit 91015d4

Browse files
authored
Update layout_en.html
1 parent c59984d commit 91015d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/layout_en.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</nav>
9898
</div>
9999
<header class="flex justify-between border-t-4 border-b-8 border-orange-500">
100-
<div class="flex items-center w-1/4 h-32 ml-6">
100+
<div class="flex items-center w-1/2 h-32 ml-6">
101101
<a href="/" class="flex justify-start" itemscope itemtype="https://schema.org/Corporation">
102102
<img src="/assets/img/coderic-isotipo.svg" itemprop="logo" alt="Coderic logo" class="h-20">
103103
<svg class="h-20" viewBox="0 0 140 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
@@ -118,11 +118,11 @@
118118
<text
119119
style="font-size:34px;
120120
font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Red Hat Display';letter-spacing:-2px;fill:url(#metal);"
121-
x="0" y="37.590412">CODERIC {{ site.network }}</text>
121+
x="0" y="37.590412">CODERIC {{ site.network | capitalize }}</text>
122122
</svg>
123123
</a>
124124
</div>
125-
<div class="w-3/4 bg-no-repeat bg-cover" style="
125+
<div class=" w-1/2 bg-no-repeat bg-cover" style="
126126
background-position: center;
127127
background-image: url('/assets/img/hexagons.jpg');
128128
">

0 commit comments

Comments
 (0)