CSS refactoring and scaling

This commit is contained in:
Dessa Simpson 2020-09-13 11:12:52 -07:00
parent bd8bcc369b
commit b1d44d3af3
2 changed files with 22 additions and 19 deletions

View file

@ -7,7 +7,7 @@
<script src="main.js" defer></script>
</head>
<body>
<div id="topbar">
<div id="navbar">
<div id="nav-streamerpic"><img src="<%= it.streamerProfilePicture %>" /></div>
<div id="nav-title"><%= it.streamerName %>'s Learn Request Queue</div>
<div id="nav-requests"><a href="/">Requests</a></div>