Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryTaliani authored Dec 9, 2023
1 parent e95c64d commit 1bc91d3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions style-index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html {
margin: 0px;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 15px;
}

.navbar {
Expand All @@ -26,10 +26,6 @@ html {
background-color: rgb(160, 160, 160);
padding-top: 0px;
margin-top: -4px;
/*
position: fixed;
top: 0;
width: 100%;*/
}

.navbar a {
Expand Down Expand Up @@ -67,7 +63,7 @@ header img {

.lang-btn button {
background-color: rgb(255, 255, 255);
font-size: 11px;
font-size: 12px;
border: none;
border-radius: 8px;
padding: 3px 10px;
Expand Down

0 comments on commit 1bc91d3

Please sign in to comment.