upgrading layout

This commit is contained in:
Set Hallstrom 2020-09-25 11:35:37 +02:00
parent 34dfc470d8
commit 90423f31e0
14 changed files with 174 additions and 126 deletions

View file

@ -5,6 +5,6 @@ layout: nil
<?xml version="1.0" encoding="UTF-8"?>
<svg width="960" height="128" version="1.1" viewBox="0 0 254 33.87" xmlns="http://www.w3.org/2000/svg">
<g transform="rotate(180 160.5 50.64)">
<path d="m66.97 93.34 254-7.408v15.88h-254" fill="{{ site.data.colors.bg_color }}"/>
<path d="m66.97 93.34 254-7.408v15.88h-254" fill="{{ site.data.colors.bg_rgba }}"/>
</g>
</svg>

View file

@ -4,6 +4,6 @@ layout: nil
<?xml version="1.0" encoding="UTF-8"?>
<svg width="960" height="128" version="1.1" viewBox="0 0 254 33.87" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1 0 0 1 -66.97 -67.41)">
<path d="m66.97 93.87 254-7.408v15.35h-254" fill="{{ site.data.colors.bg_color }}"/>
<path d="m66.97 93.87 254-7.408v15.35h-254" fill="{{ site.data.colors.bg_rgba }}"/>
</g>
</svg>