fixing the weird user space column bug on smaller browser widths
This commit is contained in:
parent
d98fee5fd4
commit
c24c60e33f
|
@ -149,13 +149,13 @@
|
|||
|
||||
@include medium-width {
|
||||
.main-link {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@include small-width {
|
||||
.main-link {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue