Skip to content

Commit

Permalink
done hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
makon57 committed Jul 2, 2021
1 parent 8d7a0e0 commit 7f622f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
68 changes: 1 addition & 67 deletions public/stylesheets/details.css
Original file line number Diff line number Diff line change
@@ -1,70 +1,4 @@
/*
h1 {
color: #555555;
margin: 20px;
text-align: center;
text-indent: 85px;
font-weight: 700
}
.search-bar {
border-radius: 30px;
width: 70%;
height: 45px;
font-size: 22px;
text-align: center;
position: relative;
top: 5px;
left: 285px
}
.logout-btn {
float: right;
margin: 10px;
border-radius: 6px;
color: white;
background-color: brown;
border: solid 1px white;
width: 100px;
height: 30px;
font-size: 15px;
padding: 5px;
}
img {
width: 700x;
height: 600px;
display: block;
margin: auto;
border-radius: 6px;
}
.name {
text-align: center;
font-size: 30px;
font-weight: 700;
}
.details {
text-align: justify;
overflow: scroll;
width: 700px;
box-sizing: 5px;
display: block;
margin: auto;
padding: 20px;
}
.container {
position: relative;
margin-top: 60px;
}

*/

.h1 {
color: #0f211a;
Expand Down Expand Up @@ -250,4 +184,4 @@ textarea {

.hidden {
visibility: hidden;
}
}
4 changes: 2 additions & 2 deletions views/trail-detail.pug
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ block content
img(src="/1889970.png" class="mixtrail-logo")
div(class="nav-div")
input(type="text" id="search-bar" class="search-bar" placeholder="Find your next trail!")
if (!user)
if (user)
form(action="/" method="get" id="demo" class="demo")
button(type="submit" class="logout-btn home") Home
form(action="/" method="post" id="demo" class="demo")
Expand All @@ -23,7 +23,7 @@ block content
form(action="/" method="post" id="demo" class="demo")
button(type="submit" class="sign-btn") Sign Up
div
h1 MixTrail
a(href='/' class='h1') MixTrail
div(class='container')
div(class='top-container')
p(class=`name`)= trail.name
Expand Down

0 comments on commit 7f622f6

Please sign in to comment.