Add text variant
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
17
assets/css/main/section.css
Normal file
17
assets/css/main/section.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.gh-section-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 2.4rem;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.gh-section-title::after {
|
||||
flex-grow: 1;
|
||||
height: 1px;
|
||||
margin-left: 1.6rem;
|
||||
content: "";
|
||||
background-color: var(--color-light-gray);
|
||||
}
|
Reference in New Issue
Block a user