1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 09:44:32 +02:00
Files
BezierInfo-2/stylesheets/ribbon.less
Pomax bc4d830eec .
2018-06-26 08:23:32 -07:00

16 lines
178 B
Plaintext

.ribbon {
position: fixed;
top: 0;
right: 0;
height: 0;
overflow: visible;
img {
position: relative;
z-index: 999;
width: 13vw;
height: 11vw;
}
}