Skip to content

Commit ed50258

Browse files
author
Luis Orta
committed
Move the github logo to the right.
1 parent ec89296 commit ed50258

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CodersUnite/layout.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ body {
1111
pre, code {
1212
font-family: '$CodeFont', monospace;
1313
}
14+
.right_header {
15+
float: right;
16+
padding: 50px;
17+
}
1418
"@
1519

1620
@"
@@ -41,9 +45,11 @@ pre, code {
4145
$((Get-Content -Path .\Assets\CodersUnite.svg -Raw) -replace '<\?.+>')
4246
</svg>
4347
</a>
48+
<span class="right_header">
4449
<a href="https://github.com/CodersUnite-org/CodersUnite">
4550
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="foreground-stroke"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg>
4651
</a>
52+
</span>
4753
$($argsAndinput -join [Environment]::NewLine)
4854
<script>hljs.highlightAll();</script>
4955
</body>

0 commit comments

Comments
 (0)