Skip to content

Commit

Permalink
Merge pull request #3 from PyBotDevs/web-mobile-optimization
Browse files Browse the repository at this point in the history
Add website optimization for mobile devices
  • Loading branch information
notsniped authored May 17, 2023
2 parents 3d8d0fa + 3d97782 commit c80d710
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>YAToDB</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="google-site-verification" content="XZkW-V7oXCX9xn2qjc_vhfG2vmwCve-98gJ0_73eLzs" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<noscript>This app requires JavaScript to function. Please enable it in your browser settings.</noscript>
<body>
Expand Down
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* Imports */
@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Josefin+Sans&family=Poppins&family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* General */
Expand Down Expand Up @@ -39,6 +42,10 @@ button:active {
width: 100%;
padding: 20px;
font-size: 17px;
z-index: 10;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
#top-nav-bar label {
margin: 16px;
Expand Down

0 comments on commit c80d710

Please sign in to comment.