Header 8
This layout uses the clamp function in its elements
This layout’s uses clamp()
with a root font size of 62.5%. For a root font size of 100%, see the table below.
Clamp function in Logo
Root Font size | 1 rem = | Min size | Max size | Min width Viewport | Max width Viewport | Clamp function |
---|---|---|---|---|---|---|
100% | 16px | 95px | 155px | 478px | 1512px | clamp(95px, 4.2039rem + 5.8027vw, 155px) |
62.5% | 10px | 95px | 155px | 478px | 1512px | clamp(95px, 6.7263rem + 5.8027vw, 155px) |