content/hifi-content/Experiences/Releases/usefulUtilities/smartBoard/screenshareViewer/screenshareClient.css
2022-02-13 23:16:46 +01:00

14 lines
No EOL
177 B
CSS

* {
margin: 0;
}
body, html {
height: 100%;
width: 100%;
margin: 0;
}
#subscriber {
width: calc(100% - 30px);
height: calc(100% - 30px);
}