Skip to content

Commit cefad1f

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
logo improvements
1 parent a3626cd commit cefad1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/assets/css/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body {
6767
position: absolute;
6868
top: 0px;
6969
left: 0px;
70-
width: 17em;
70+
width: 15.5em;
7171
height: 2.25em;
7272
background: var(--yellow);
7373
clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
@@ -102,7 +102,8 @@ body {
102102
.nav-logo .logo-prefix {
103103
color: #888;
104104
opacity: 0.75;
105-
margin-right: 5px;
105+
margin-right: 0;
106+
font-size: 0.95em;
106107
}
107108

108109
.nav-links {
@@ -891,7 +892,7 @@ button,
891892
}
892893

893894
.nav-accent-angle {
894-
width: 12em;
895+
width: 10.5em;
895896
height: 2em;
896897
}
897898

0 commit comments

Comments
 (0)