From 40c9d143e2875acc49aa0867461557b5ec6640a1 Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Thu, 18 Jun 2020 08:50:55 +0100 Subject: [PATCH] Fixed the style selector for bricks + pass argument to build function. (#603) --- subjects/build-brick-and-break/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/build-brick-and-break/index.html b/subjects/build-brick-and-break/index.html index 418caa35..c8d6bcec 100644 --- a/subjects/build-brick-and-break/index.html +++ b/subjects/build-brick-and-break/index.html @@ -31,7 +31,7 @@ body { padding: 10vh 36.5vw; } -[title='brick'] { +div { text-align: center; font-size: 10px; width: 9vw; @@ -72,20 +72,20 @@ body {