diff options
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"> |
