diff options
| author | Kamen Mladenov <kamen.d.mladenov@protonmail.com> | 2021-03-02 17:25:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 17:25:49 +0200 |
| commit | 5b22c550dbcb203d685b02f4f4a4b6e63556ba60 (patch) | |
| tree | a8feea70a63585c36217932e8fecd2c9ebcbce46 /resume/README.md | |
| parent | fc34eff04eb8cf2633a00162221b8c9bf7e4cb07 (diff) | |
| download | css-snippets-5b22c550dbcb203d685b02f4f4a4b6e63556ba60.tar css-snippets-5b22c550dbcb203d685b02f4f4a4b6e63556ba60.tar.gz css-snippets-5b22c550dbcb203d685b02f4f4a4b6e63556ba60.zip | |
Removed unnecessary section-title class from card sample code of resume README
Diffstat (limited to 'resume/README.md')
| -rw-r--r-- | resume/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resume/README.md b/resume/README.md index f3d137d..602f813 100644 --- a/resume/README.md +++ b/resume/README.md @@ -27,7 +27,7 @@ Cards are the main type of element. Each card is as wide as it can be and it con Sample usage: ```html <div class="card"> - <div class="card-title section-title"> + <div class="card-title"> About Me </div> <div class="card-content"> @@ -44,7 +44,7 @@ You can also add a special title inside the content part of a card. It will be b Sample usage: ```html <div class="card"> - <div class="card-title section-title"> + <div class="card-title"> About Me </div> <div class="card-content"> |
