Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit bee1f96

Browse files
comments added
1 parent 2c7c59f commit bee1f96

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

src/lib/eccentric.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/eccentric.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ body {
109109
font-size: inherit;
110110
line-height: inherit;
111111
}
112+
113+
// Heading Method - Combined button Property
114+
112115
h1,.et-h1,h2,.et-h2,h3,.et-h3,h4,.et-h4,h5,.et-h5,h6,.et-h6{
113116
font-family: var(--et-sans-serif);
114117
color: var(--et-black);
@@ -121,29 +124,29 @@ h1, .et-h1{
121124
font-weight: 600;
122125
}
123126

124-
127+
// heading method - (h2)
125128
h2, .et-h2{
126129
font-size: 38.3px;
127130
}
128131

129-
132+
// heading method - (h3)
130133
h3, .et-h3{
131134
font-size: 29.12px;
132135
font-weight: 600;
133136
}
134137

135-
138+
// heading method - (h4)
136139
h4, .h4{
137140
font-size: 22.65px;
138141
}
139142

140-
143+
// heading method - (h5)
141144
h5, .et-h5{
142145
font-size: 16.18px;
143146
font-weight: 600;
144147
}
145148

146-
149+
// heading method - (h6)
147150
h6, .et-h6{
148151
font-size: 12.94px;
149152
}

0 commit comments

Comments
 (0)