Skip to content

Commit 449e0e4

Browse files
authored
Merge branch 'vocab-refresh' into feature/vocabulary-design-system-header
2 parents 0448290 + ccc1547 commit 449e0e4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

webpack/sass/main.scss

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,35 @@ pre {
160160
left: auto;
161161
}
162162
}
163+
164+
@media screen and (max-width: 780px){
165+
.navbar-item, .navbar-item a{
166+
border-top: 1px solid rgba(212, 210, 210, 0.945);
167+
padding-top: 1rem;
168+
padding-bottom: 1rem;
169+
}
170+
171+
.navbar-burger{
172+
cursor: pointer;
173+
display: block;
174+
background-color: #ebeeee;
175+
padding: 0.5rem 0.2rem 0rem ;
176+
font-weight: 900;
177+
font-size: 20px;
178+
color: rgb(64, 60, 60);
179+
margin: 5px auto;
180+
// align-items: center;
181+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
182+
transition: background-color 0.3s ease-in-out;
183+
min-width: 100px;
184+
text-align: center;
185+
line-height: 1;
186+
border-radius: 2%;;
187+
}
188+
189+
.navbar-brand {
190+
display: flex;
191+
justify-content: space-between;
192+
}
193+
}
194+

0 commit comments

Comments
 (0)