Replace the mobile one-on-one layout with an edge-to-edge spotlight

This commit is contained in:
Robin
2024-08-01 13:49:09 -04:00
parent 942e28f3c2
commit eb051ab318
6 changed files with 39 additions and 42 deletions

View File

@@ -26,18 +26,11 @@ limitations under the License.
.local {
position: absolute;
inline-size: 135px;
block-size: 160px;
inline-size: 180px;
block-size: 135px;
inset: var(--cpd-space-4x);
}
@media (min-width: 600px) {
.local {
inline-size: 170px;
block-size: 110px;
}
}
.spotlight {
position: absolute;
inline-size: 404px;