٢٢٤
تعديل
لا ملخص تعديل |
لا ملخص تعديل |
||
سطر ١٬٤٩٧: | سطر ١٬٤٩٧: | ||
On narrow and mobile screens, let them collapse into a single column */ | On narrow and mobile screens, let them collapse into a single column */ | ||
.portal-column-left { | .portal-column-left { | ||
float: | float: left; | ||
width: 50%; | width: 50%; | ||
} | } | ||
.portal-column-right { | .portal-column-right { | ||
float: | float: right; | ||
width: 49%; | width: 49%; | ||
} | } | ||
.portal-column-right-wide { | .portal-column-right-wide { | ||
float: | float: right; | ||
width: 60%; | width: 60%; | ||
} | } | ||
.portal-column-left-narrow { | .portal-column-left-narrow { | ||
float: | float: left; | ||
width: calc(40% - 16px); | width: calc(40% - 16px); | ||
} | } | ||
.portal-column-left-extra-wide { | .portal-column-left-extra-wide { | ||
float: | float: left; | ||
width: 70%; | width: 70%; | ||
} | } | ||
.portal-column-right-extra-narrow { | .portal-column-right-extra-narrow { | ||
float: | float: right; | ||
width: 29%; | width: 29%; | ||
} | } |