Skip to content

Commit

Permalink
css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpmanDev authored Nov 11, 2023
1 parent dcf43d9 commit e05e8fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions static/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,17 @@ nav {
padding: 8px;
background-color: transparent;
margin-top: 502131px; /* Increase this value to move it further down */
border-radius: 20px;
border-radius: 15px;
width: 100%;
max-width: 1000px;
overflow: hidden;
align-items: center;
background: linear-gradient(rgba(0, 0, 0, 0.384), rgba(0, 0, 0, 0.384));
box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.4);
box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.4);
border: 1px solid rgba(20, 20, 20, 0.349);
position: relative;
margin: 0 auto;
transition: 0.1s;
}

@media (max-width: 1000px) {
Expand Down Expand Up @@ -132,7 +134,7 @@ input {
background-color: rgba(20, 20, 20, 0.747);
color: white;
outline: none;
border: 2px solid rgba(51, 51, 51, 0.692);;
border: 2px solid rgba(51, 51, 51, 0.575);;
font-family: sans;
font-size: 15px;
text-align: center;
Expand Down

6 comments on commit e05e8fb

@vercel
Copy link

@vercel vercel bot commented on e05e8fb Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e05e8fb Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e05e8fb Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e05e8fb Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e05e8fb Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e05e8fb Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v4-kdbx – ./

v4-kdbx-git-main-john-2.vercel.app
v4-kdbx.vercel.app
v4-kdbx-john-2.vercel.app

Please sign in to comment.