2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix navbar-toggler sizing

This commit is contained in:
Mark Otto
2022-02-23 18:39:21 -08:00
parent fa089e3b20
commit e045c8dd21
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -12,6 +12,11 @@
padding: 0;
border: 0;
.bi {
width: 1.5rem;
height: 1.5rem;
}
&:focus {
box-shadow: none;
}