Commit cfff390d authored by shadMod's avatar shadMod 💬

added:

    - .p-100 to set 'padding: 100px'
    - .banner-latest to set background 'jammy-jellyfish
'
parent 547e190f
...@@ -11,7 +11,7 @@ div.page div.row.background-wallpaper { ...@@ -11,7 +11,7 @@ div.page div.row.background-wallpaper {
&.ubuntu, &.desktop, &.kubuntu, &.lubuntu, &.xubuntu, &.ubuntu-mate, &.ubuntu, &.desktop, &.kubuntu, &.lubuntu, &.xubuntu, &.ubuntu-mate,
&.ubuntu-budgie, &.ubuntukylin, &.ubuntustudio, &.ubuntu-touch, &.ubuntu-budgie, &.ubuntukylin, &.ubuntustudio, &.ubuntu-touch,
&.nuovo-rilascio { &.nuovo-rilascio, &.banner-latest {
color: #fff; color: #fff;
border-top: 0; border-top: 0;
...@@ -83,6 +83,11 @@ div.page div.row.background-wallpaper { ...@@ -83,6 +83,11 @@ div.page div.row.background-wallpaper {
&.nuovo-rilascio { &.nuovo-rilascio {
background: url("images/wallpapers/nuovo-rilascio.png") 100% 0%; background: url("images/wallpapers/nuovo-rilascio.png") 100% 0%;
} }
&.banner-latest {
background: url("images/versions/jammy-jellyfish.jpg") 50% 50%;
}
} }
div.page div.row.download-index-distro { div.page div.row.download-index-distro {
...@@ -172,5 +177,9 @@ div.page div.row div.col.image-attach-corner { ...@@ -172,5 +177,9 @@ div.page div.row div.col.image-attach-corner {
} }
div.cookie-policy { div.cookie-policy {
z-index: 10; z-index: 10;
}
div.p-100 {
padding: 100px !important;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment