Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ body::-webkit-scrollbar-thumb {

.navbar .logo img {
margin-top: 25px;
margin-left: 30px;
margin-left: 40px;
}

.navbar {
height: 88px;
min-width: 99.35vw;
margin: -25px 0 0 -80px;
margin: -30px -105px 0 -128px
background: #131C2B;
display: flex;
justify-content: space-around;
Expand All @@ -78,6 +78,7 @@ nav {
nav ul {
display: inline-block;
list-style-type: none;

}

nav ul li {
Expand Down Expand Up @@ -491,6 +492,8 @@ form input {
right: 20px;
width: 35px;
height: 35px;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
/* border: 1px solid red; */
/* cursor: pointer; */
Expand Down