Skip to content

Commit

Permalink
Merge pull request #1155 from meetarora10/logo-branch
Browse files Browse the repository at this point in the history
Now logo is displayed on big screen and rapidoc text on smaller screen on the news page .
  • Loading branch information
varshith257 authored Aug 8, 2024
2 parents 3682fc5 + b4bbf83 commit feeb693
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@
margin: 4px 4px;
background-color: white;
}

.img p{
display: none;
}
@media only screen and (max-width: 820px) {
.hamburger {
display: block;
Expand Down Expand Up @@ -145,8 +147,11 @@
.vis-h {
opacity: 0;
}

.img img{
display: none;
}
.img p {
display: block;
position: relative;
left: 300px;
bottom: 0px;
Expand Down Expand Up @@ -528,6 +533,7 @@
<!-- ############# Header ############# -->
<header class="header_container nav-h">
<div class="img">
<img id="rd-logo" style="width: 90px; height: auto;" src="images/rd.png">
<p style="color: hwb(181 16% 46%); font-size: 1.5rem;margin-top: 5px;">Rapidoc</p>
</div>
<nav class="nav_menu">
Expand Down

0 comments on commit feeb693

Please sign in to comment.