diff --git a/04-lection2/02-skeleton/index.html b/04-lection2/02-skeleton/index.html
index 597a2ad..4db138d 100644
--- a/04-lection2/02-skeleton/index.html
+++ b/04-lection2/02-skeleton/index.html
@@ -18,9 +18,9 @@
-
diff --git a/04-lection2/02-skeleton/skeleton.css b/04-lection2/02-skeleton/skeleton.css
index a6f8bb6..499049c 100644
--- a/04-lection2/02-skeleton/skeleton.css
+++ b/04-lection2/02-skeleton/skeleton.css
@@ -42,19 +42,13 @@
width: 50%;
}
-.skeleton__body {
- display: flex;
- flex-direction: column;
-}
-
-.skeleton__body-first {
+.skeleton__line-first {
height: 20px;
width: 100%;
background-color: var(--grey-2);
- margin-bottom: 8px;
}
-.skeleton__body-second {
+.skeleton__line-second {
height: 20px;
width: 100%;
background-color: var(--grey-2);