Skip to content

Commit c8c7408

Browse files
committed
removed : mapping component title and description
1 parent 3564854 commit c8c7408

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ button:hover {
3434
transform: translateY(-0.125rem);
3535
}
3636

37-
.home-text08 {
38-
font-size: 2rem;
39-
}
40-
4137
.home-text09 {
4238
font-size: 1.125rem;
4339
}
@@ -134,9 +130,6 @@ button:hover {
134130
white-space: normal;
135131
}
136132

137-
.home-heading-container {
138-
text-align: center;
139-
}
140133

141134
.section-heading {
142135
/* background-color: #c52222; */

src/template.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<div id="options" class="mapping-options">
2-
<div class="home-heading-container">
3-
<h1 class="home-text08">Mapping Component</h1>
4-
<span class="home-text09 content">
5-
Choose a suitable mapping from available options
6-
</span>
7-
</div>
82
<div class="container-wrapper">
93
<div id="options-container options-center" class="options-container">
104
</div>

0 commit comments

Comments
 (0)