mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
fix(styles): add padding to hero section for improved layout
This commit is contained in:
parent
cc845ee675
commit
c4b68c4cb1
4 changed files with 14 additions and 2 deletions
|
|
@ -76,6 +76,7 @@
|
|||
background: linear-gradient(135deg, #00b9e7 0%, #0099cc 50%, #ffb800 100%);
|
||||
color: white;
|
||||
position: relative;
|
||||
padding: 4rem 0 6rem 0;
|
||||
}
|
||||
|
||||
.hero--primary::before {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
.heroBanner {
|
||||
padding: 4rem 0 6rem 0;
|
||||
padding: 4rem 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
@ -21,3 +21,8 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.features {
|
||||
margin-top: 4rem;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@
|
|||
background: linear-gradient(135deg, #00b9e7 0%, #0099cc 50%, #ffb800 100%);
|
||||
color: white;
|
||||
position: relative;
|
||||
padding: 4rem 0 6rem 0;
|
||||
}
|
||||
|
||||
.hero--primary::before {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
.heroBanner {
|
||||
padding: 4rem 0 6rem 0;
|
||||
padding: 4rem 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
@ -21,3 +21,8 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.features {
|
||||
margin-top: 4rem;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue