VRFS-2822 : Use border_box_sizing in column style.
This commit is contained in:
parent
63544de145
commit
e509169864
|
|
@ -1,4 +1,5 @@
|
|||
@import 'common';
|
||||
|
||||
#jamtrackLanding {
|
||||
ul {
|
||||
li {
|
||||
|
|
@ -41,6 +42,7 @@
|
|||
}
|
||||
}
|
||||
.about {
|
||||
@include border_box_sizing;
|
||||
float: left;
|
||||
width: 50%;
|
||||
> * {
|
||||
|
|
@ -48,6 +50,7 @@
|
|||
}
|
||||
}
|
||||
.browse {
|
||||
@include border_box_sizing;
|
||||
float: left;
|
||||
width: 50%;
|
||||
> * {
|
||||
|
|
|
|||
Loading…
Reference in New Issue