Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed May 31, 2024
1 parent 484e4d9 commit 3e51b55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions web/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ li button.transcript {
padding: 3.1em 2.5rem;
}

h1 {
left: 10%;
.title {
padding: 0.5rem 2.5rem;
}

.profile {
Expand Down Expand Up @@ -257,10 +257,12 @@ li button.transcript {
}

.ad {
background-color: #fcebebee;
padding: 10px 0 20px;
display: block;
background-color: #ccebebee;
padding: 10px 2.5rem;
position: fixed;
bottom: 0;
width: 96%;
left: 0;
width: 100%;
}
}
2 changes: 1 addition & 1 deletion web/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<body>
<section id="title">
<h1 style="padding: 0.5rem">
<h1 class="title">
<a href="https://okdevtv.com/" alt="okdevtv">
<img src="https://okdevtv.com/images/logo.webp" title="okdevtv" class="okdevtv-logo" />
</a>
Expand Down

0 comments on commit 3e51b55

Please sign in to comment.