Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/unshreif/samyplus
Browse files Browse the repository at this point in the history
  • Loading branch information
unshreif committed Jul 14, 2024
2 parents 9a94de2 + 38e346f commit fd0d735
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ <h2 class="ml-20 text-4xl" id="picked"><b>Picked Articles</b></h2><br>

</body>

</html>
</html>

10 changes: 8 additions & 2 deletions pages/About.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,14 @@
color: white !important;
border: white 1px solid !important;
}
footer p,a{
font-size: 3vw;
}
footer a{
font-size: 2vw;}
}

footer ul{
row-gap:1vw;}
</style>
<body>
<div id="loading1">
Expand Down Expand Up @@ -264,4 +270,4 @@ <h3>Our Vision</h3>
</div>
</body>

</html>
</html>
11 changes: 7 additions & 4 deletions pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
height: 5vh;
}
.con{

align-items: center;
text-align: center;
justify-content: center;
Expand Down Expand Up @@ -110,7 +109,7 @@
cursor: pointer;
}
form input,form textarea {
width: 100%;
width: 70%;
padding: 10px;
margin-bottom: 10px;
box-sizing: border-box;
Expand Down Expand Up @@ -173,10 +172,14 @@
nav img{
width: 8vw;
}
footer p,a{
footer p,a{
font-size: 3vw;
}
footer a{
font-size: 2vw;}
}
footer ul{
row-gap:1vw;}
</style>
<body>
<div id="loading1">
Expand Down Expand Up @@ -231,4 +234,4 @@ <h1>Contact US</h1>
</div><br><br>
</footer><br>
</body>
</html>
</html>
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,10 @@ footer{
flex-direction: row !important;
justify-content: space-between !important;
}

footer p{
font-size:3vw;}
footer a{
font-size:2vw;}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
Expand Down

0 comments on commit fd0d735

Please sign in to comment.