Skip to content

Commit

Permalink
refine CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff committed Aug 11, 2023
1 parent 7b31ff2 commit 6fb5703
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/client/components/banner/banner.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
.banner {
background-color: rgb(221, 30, 30);
color: white;
background-color: #dd1e1e;
color: #fff;
font-size: 115%;
font-weight: 900;
left: -8rem;
max-width: 31rem;
min-width: 31rem;
padding: 7rem;
position: fixed;
left: -9rem;
top: 12rem;
transform-origin: 0% 0%;
transform: rotate(-45deg);
padding-top: 3rem;
padding-bottom: 3rem;
padding-left: 10rem;
padding-right: 10rem;
max-width: 30rem;
min-width: 30rem;
text-align: center;
font-weight: 900;
font-size: 115%;
top: 14rem;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
padding-top: 2.5rem;
padding-bottom: 2rem;
z-index: 999;
}

0 comments on commit 6fb5703

Please sign in to comment.