mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-19 10:57:33 +00:00
Fix target for alert spacing (#38570)
* Fix alert spacing issue * Neaten up file * Change to use last-child
This commit is contained in:
parent
9a1d317b08
commit
9e76a5bf0b
@ -5,7 +5,7 @@ div.alert {
|
||||
padding: 20px 24px 20px 24px;
|
||||
position: relative;
|
||||
|
||||
>*:last-of-type {
|
||||
>:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user