1*5c90c05cSAndroid Build Coastguard Worker:root { 2*5c90c05cSAndroid Build Coastguard Worker --md-primary-fg-color: #0050D0; 3*5c90c05cSAndroid Build Coastguard Worker} 4*5c90c05cSAndroid Build Coastguard Worker 5*5c90c05cSAndroid Build Coastguard Worker.md-grid { 6*5c90c05cSAndroid Build Coastguard Worker max-width: 960px; 7*5c90c05cSAndroid Build Coastguard Worker} 8*5c90c05cSAndroid Build Coastguard Worker 9*5c90c05cSAndroid Build Coastguard Worker@media (min-width: 400px) { 10*5c90c05cSAndroid Build Coastguard Worker .md-tabs { 11*5c90c05cSAndroid Build Coastguard Worker display: block; 12*5c90c05cSAndroid Build Coastguard Worker } 13*5c90c05cSAndroid Build Coastguard Worker} 14*5c90c05cSAndroid Build Coastguard Worker 15*5c90c05cSAndroid Build Coastguard Worker.docblock { 16*5c90c05cSAndroid Build Coastguard Worker border-left: .05rem solid var(--md-primary-fg-color); 17*5c90c05cSAndroid Build Coastguard Worker} 18*5c90c05cSAndroid Build Coastguard Worker 19*5c90c05cSAndroid Build Coastguard Worker.docblock-desc { 20*5c90c05cSAndroid Build Coastguard Worker margin-left: 1em; 21*5c90c05cSAndroid Build Coastguard Worker} 22*5c90c05cSAndroid Build Coastguard Worker 23*5c90c05cSAndroid Build Coastguard Workerpre > code.decl { 24*5c90c05cSAndroid Build Coastguard Worker white-space: pre-wrap; 25*5c90c05cSAndroid Build Coastguard Worker} 26*5c90c05cSAndroid Build Coastguard Worker 27*5c90c05cSAndroid Build Coastguard Worker 28*5c90c05cSAndroid Build Coastguard Workercode.decl > div { 29*5c90c05cSAndroid Build Coastguard Worker text-indent: -2ch; /* Negative indent to counteract the indent on the first line */ 30*5c90c05cSAndroid Build Coastguard Worker padding-left: 2ch; /* Add padding to the left to create an indent */ 31*5c90c05cSAndroid Build Coastguard Worker} 32*5c90c05cSAndroid Build Coastguard Worker 33*5c90c05cSAndroid Build Coastguard Worker.features-container { 34*5c90c05cSAndroid Build Coastguard Worker display: flex; 35*5c90c05cSAndroid Build Coastguard Worker flex-wrap: wrap; 36*5c90c05cSAndroid Build Coastguard Worker gap: 20px; 37*5c90c05cSAndroid Build Coastguard Worker justify-content: center; /* Center the items horizontally */ 38*5c90c05cSAndroid Build Coastguard Worker} 39*5c90c05cSAndroid Build Coastguard Worker 40*5c90c05cSAndroid Build Coastguard Worker.feature { 41*5c90c05cSAndroid Build Coastguard Worker flex: 1 1 calc(50% - 20px); /* Two columns with space between */ 42*5c90c05cSAndroid Build Coastguard Worker max-width: 600px; /* Set the maximum width for the feature boxes */ 43*5c90c05cSAndroid Build Coastguard Worker box-sizing: border-box; 44*5c90c05cSAndroid Build Coastguard Worker padding: 10px; 45*5c90c05cSAndroid Build Coastguard Worker overflow: hidden; /* Hide overflow content */ 46*5c90c05cSAndroid Build Coastguard Worker text-overflow: ellipsis; /* Handle text overflow */ 47*5c90c05cSAndroid Build Coastguard Worker white-space: normal; /* Allow text wrapping */ 48*5c90c05cSAndroid Build Coastguard Worker} 49*5c90c05cSAndroid Build Coastguard Worker 50*5c90c05cSAndroid Build Coastguard Worker.feature h2 { 51*5c90c05cSAndroid Build Coastguard Worker margin-top: 0px; 52*5c90c05cSAndroid Build Coastguard Worker font-weight: bold; 53*5c90c05cSAndroid Build Coastguard Worker} 54*5c90c05cSAndroid Build Coastguard Worker 55*5c90c05cSAndroid Build Coastguard Worker@media (max-width: 768px) { 56*5c90c05cSAndroid Build Coastguard Worker .feature { 57*5c90c05cSAndroid Build Coastguard Worker flex: 1 1 100%; /* Stack columns on smaller screens */ 58*5c90c05cSAndroid Build Coastguard Worker max-width: 100%; /* Allow full width on smaller screens */ 59*5c90c05cSAndroid Build Coastguard Worker white-space: normal; /* Allow text wrapping on smaller screens */ 60*5c90c05cSAndroid Build Coastguard Worker } 61*5c90c05cSAndroid Build Coastguard Worker} 62