Styling for "Media Links"

This commit is contained in:
2023-02-03 13:33:31 -05:00
parent 680f139aa5
commit f0177cab35
11 changed files with 116 additions and 23 deletions
+4 -7
View File
@@ -16,13 +16,10 @@
@if (user == null)
{
<div class="row justify-content-center mb-4">
<div class="col-auto text-light bg-secondary p-2">
New!
<a href="/membership/register" class="text-white">
Register
a LeafWeb <i class="fa fa-leaf" style="color: rgb(172, 214, 118)"></i> account
</a>
</div>
<a href="/membership/register" class="text-white col-auto text-light bg-secondary p-2 rounded">
New - Data Search! Register
a LeafWeb <i class="fa fa-leaf" style="color: rgb(172, 214, 118)"></i> account to begin
</a>
</div>
}
<div class="container-lg">