မာတိကာသို့ ခုန်သွားရန်

ထာမ်ပလိက်:hrow/styles.css

နူ ဝိက်ရှေန်နရဳ
.ac-hrown+* {display: inline-grid; column-gap: 32px; grid-auto-flow: column;}
.ac-hrown+ol, .ac-hrown+ul {background: #F8F8FF; margin-left: 0; padding-left: 24px; padding-right: 24px;}

.ac-hrown.ct-width0 + * {grid-auto-columns: auto;}
.ac-hrown.ct-width1 + * {grid-auto-columns: 1fr;}

.ac-hrow1 + * {grid-template-rows: repeat(1, auto);}
.ac-hrow2 + * {grid-template-rows: repeat(2, auto);}
.ac-hrow3 + * {grid-template-rows: repeat(3, auto);}
.ac-hrow4 + * {grid-template-rows: repeat(4, auto);}
.ac-hrow5 + * {grid-template-rows: repeat(5, auto);}
.ac-hrow6 + * {grid-template-rows: repeat(6, auto);}

@media only screen and (max-width: 640px) {
  .ac-hrown+* {grid-auto-flow: row;}
  .ac-hrown+ol, .ac-hrown+ul {background: initial;}
}