Skip to content

Commit 4b2b39c

Browse files
authored
Don't show outline on logo (#877)
* Add removed logo style * add empty line before media query
1 parent 58a269c commit 4b2b39c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/js/Pages/Layout.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ onBeforeUnmount(() => {
231231
gap: 1.5rem;
232232
233233
.logo-link {
234+
outline: none;
235+
234236
@media (min-width: $min-width-breakpoint-tablet) {
235237
width: auto;
236238
}

0 commit comments

Comments
 (0)