Skip to content

Commit

Permalink
Updated a few examples missing the -left for left-aligned styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
th3jesta authored Dec 30, 2024
1 parent 7f2198e commit ea880d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ In order to have this theme set automatically as the backend selected default, a
The theme includes some classes that can be added to cards like this to give them special styling:
```yaml
card_mod:
class: header
class: header-left
```
_The class names are only indications of what types of cards they were intended for, but the classes can be applied to any card you like. I cannot guarantee how well they will work outside of their intended uses, however._

Expand Down Expand Up @@ -493,16 +493,16 @@ type: vertical-stack
cards:
- type: markdown
card_mod:
class: header
class: header-left
content: '# Climate'
- type: weather-forecast
entity: weather.home
card_mod:
class: middle
class: middle-left
- type: thermostat
entity: climate.dining_room
card_mod:
class: footer
class: footer-left
```

</td>
Expand All @@ -528,7 +528,7 @@ type: markdown
content: '# Card-level theming'
theme: LCARS Default
card_mod:
class: header
class: header-left
style: |
ha-card > * {
font-family: Antonio
Expand Down

0 comments on commit ea880d8

Please sign in to comment.