Skip to content

Commit

Permalink
fix header, footer and home page font size
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyChestnyh committed Oct 27, 2024
1 parent 7d09b40 commit bef2cb3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
33 changes: 18 additions & 15 deletions css/header_footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ html, body{
flex-direction: column;
}
.logo{
height: 4vh;
height: 2.4rem;
}
.navbar-dark .navbar-nav .nav-link {
color: white;
transition: 0.2s;
transition: opacity ease-in 0.2s;
}
.active{
text-decoration: underline;
Expand All @@ -44,16 +44,19 @@ html, body{
}

.navbar .navbar-brand {
font-size: 2.7vh;
font-size: 1.7rem;
}

.nav-link {
font-size: 1.9vh;
font-size: 1.1rem;
}
.li{
padding: 0;
}

.globe-icon {
width: 4.5vh;
height: 4.5vh;
width: 3rem;
height: 3rem;
}

.dropdown .btn {
Expand All @@ -65,8 +68,8 @@ html, body{
}

.dropdown .dropdown-menu {
min-width: 5vh;
width: 5vh;
min-width: 3.2rem;
width: 3.2rem;
padding: 0;
border-radius: 0%;
}
Expand All @@ -90,7 +93,7 @@ html, body{
}

footer {
margin-top: 5vh;
margin-top: 3rem;
height: max-content;
width: 100%;
bottom: 0;
Expand All @@ -107,12 +110,12 @@ footer {

.footer-content{
width: 37%;
font-size: medium;
margin-top: 1vh !important;
font-size: 1rem;
margin-top: 1rem !important;
}

.footer-content a{
font-size: x-large;
font-size: 1.5rem;
color: white;
text-decoration: underline !important;
text-decoration-thickness: 1px !important;
Expand All @@ -127,11 +130,11 @@ footer {
}

.footer-links{
margin-top: 1vh;
font-size: medium;
margin-top: 1rem;
font-size: 1rem;
color: white;
display: flex;
gap: 4vh;
gap: 2.5rem;
text-decoration: underline !important;
text-decoration-thickness: 1px !important;
text-underline-offset: 3px;
Expand Down
12 changes: 6 additions & 6 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
}

.main-left p{
font-size: 2.4vh;
font-size: 1.5rem;
width: 60%;
line-height: 3.6vh;
line-height: 2.1rem;
}
.cont{
display: flex;
Expand All @@ -21,18 +21,18 @@
width: 50%;
}
.cube-pic{
width: 60vh;
width: 35rem;
}
.download-button{
width: 25vh;
width: max-content;
background-color: #4C6965;
color: white;
border: none;
border-radius: 2vh;
font-size: 2.3vh;
font-size: 1.4rem;
padding: 1.5vh;
margin-top: 5vh;
transition: 0.2s;
transition: opacity 0.2s;
}
.download-button-ua{
width: 25vh;
Expand Down

0 comments on commit bef2cb3

Please sign in to comment.