Skip to content

Commit 05bd950

Browse files
committed
Logo bigger zen
1 parent 2b1b8fb commit 05bd950

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/console/app/src/routes/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
border: 1px solid var(--color-border-weak);
100100
border-top: none;
101101

102-
@media (max-width: 40rem) {
102+
@media (max-width: 80rem) {
103103
border: none;
104104
}
105105
}

packages/console/app/src/routes/zen/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
margin: 0 auto;
9797
border: 1px solid var(--color-border-weak);
9898
border-top: none;
99+
100+
@media (max-width: 80rem) {
101+
border: none;
102+
}
99103
}
100104

101105
[data-component="content"] {
@@ -115,7 +119,7 @@
115119
z-index: 10;
116120

117121
img {
118-
height: 28px;
122+
height: 34px;
119123
width: auto;
120124
}
121125

0 commit comments

Comments
 (0)