XF 2.3 What's this line doing? width: calc(100% - 36px)

securedme

Well-known member
Code:
.node-body .node-main {width: calc(100% - 36px); padding-right:0px;}

It appears in my extra.less but I have no idea what exactly is its purpose.
 
Back
Top Bottom