mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: update SVG logos and enhance brand wordmark styling
This commit is contained in:
@@ -22,7 +22,12 @@
|
||||
}
|
||||
|
||||
.brand-wordmark {
|
||||
@apply block max-w-full whitespace-nowrap text-[28px] font-extrabold leading-none tracking-normal text-ink;
|
||||
@apply block max-w-full;
|
||||
width: clamp(168px, 17vw, 224px);
|
||||
aspect-ratio: 862 / 102;
|
||||
background: #116ff9;
|
||||
mask: url('/nodewarden-wordmark.svg') center / contain no-repeat;
|
||||
-webkit-mask: url('/nodewarden-wordmark.svg') center / contain no-repeat;
|
||||
}
|
||||
|
||||
.mobile-page-title {
|
||||
|
||||
Reference in New Issue
Block a user