Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion assets/sass/install.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@

@media (max-width: $mobile-m) {
a[role="tab"] {
padding: .5rem;
padding: .5rem .25rem;
Comment thread
kushkumarkashyap7280 marked this conversation as resolved.
font-size: 0.75rem;
Comment thread
kushkumarkashyap7280 marked this conversation as resolved.
Outdated
line-height: 1.2em;
display: flex;
flex: 1;
Comment thread
kushkumarkashyap7280 marked this conversation as resolved.
Outdated

span {
margin: auto;
Expand Down
Loading