File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Web Audio Mastering</ title >
77 < link rel ="stylesheet " href ="styles.css ">
8- < link rel ="icon " href ="logo-icon.png " type ="image/png ">
8+ < link rel ="icon " href ="favicon.ico " type ="image/x-icon ">
99</ head >
1010< body >
1111 < div class ="app-container web-version ">
Original file line number Diff line number Diff line change @@ -1168,7 +1168,10 @@ button:active:not(:disabled) {
11681168/* Web Version Overrides */
11691169.web-version {
11701170 padding-top : 0 ;
1171- overflow-y : auto;
1171+ max-width : 1280px ;
1172+ margin : 0 auto;
1173+ height : auto;
1174+ min-height : auto;
11721175}
11731176
11741177.web-version .app-header {
@@ -1177,6 +1180,6 @@ button:active:not(:disabled) {
11771180
11781181body {
11791182 overflow : auto;
1180- min-height : 100vh ;
11811183 height : auto;
1184+ min-height : auto;
11821185}
You can’t perform that action at this time.
0 commit comments