ok
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
font-family: Arial, sans-serif;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Left side (with the rotated code and dotted line) */
|
||||
@@ -75,12 +75,12 @@
|
||||
}
|
||||
|
||||
.RibbonBannerInverted h1 {
|
||||
margin: 0; /* Remove default margin */
|
||||
font-size: 18px; /* Adjust font size as needed */
|
||||
transform: rotate(-44.7deg)scale(-1,1); /* Rotate the text */
|
||||
transform-origin: center; /* Rotate around its center */
|
||||
white-space: nowrap; /* Prevent text wrapping */
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
transform: rotate(-44.7deg) scale(-1, 1);
|
||||
transform-origin: center;
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
top: 57px;
|
||||
left: -12px;
|
||||
top: 58px;
|
||||
left: -8px;
|
||||
}
|
||||
Reference in New Issue
Block a user