File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < title > YAToDB</ title >
55 < link rel ="stylesheet " type ="text/css " href ="style.css ">
66 < meta name ="google-site-verification " content ="XZkW-V7oXCX9xn2qjc_vhfG2vmwCve-98gJ0_73eLzs " />
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
78 </ head >
89 < noscript > This app requires JavaScript to function. Please enable it in your browser settings.</ noscript >
910 < body >
Original file line number Diff line number Diff line change 11/* Imports */
2- @import url ('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Josefin+Sans&family=Poppins&family=Roboto+Mono:wght@300&display=swap' );
2+ @import url ('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap' );
3+ @import url ('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap' );
4+ @import url ('https://fonts.googleapis.com/css2?family=Poppins&display=swap' );
5+ @import url ('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap' );
36@import url ('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap' );
47
58/* General */
@@ -39,6 +42,10 @@ button:active {
3942 width : 100% ;
4043 padding : 20px ;
4144 font-size : 17px ;
45+ z-index : 10 ;
46+ overflow-x : auto;
47+ overflow-y : hidden;
48+ white-space : nowrap;
4249}
4350# top-nav-bar label {
4451 margin : 16px ;
You can’t perform that action at this time.
0 commit comments