Skip to content

Commit

Permalink
Add senedd header image for debates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jun 5, 2023
1 parent 19fcf83 commit e3ee294
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Binary file added www/docs/style/img/senedd-desktop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/docs/style/img/senedd-mobile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/docs/style/img/senedd-tablet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions www/docs/style/sass/parts/_regional-headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
}
}


.regional-header--senedd {
background-image: url('../img/senedd-mobile.jpg');
@media (min-width: $medium-screen) {
background-image: url('../img/senedd-tablet.jpg');
}
@media (min-width: $large-screen) {
background-image: url('../img/senedd-desktop.jpg');
}
}

.regional-header--uk-commons {
background-image: url('../img/uk-commons-mobile.jpg');
@media (min-width: $medium-screen) {
Expand Down

0 comments on commit e3ee294

Please sign in to comment.