Skip to content
Snippets Groups Projects

Resolve "As a user, I would like a town specific page which shows all trails for that town so that I can easily see my progress"

13 files
+ 233
113
Compare changes
  • Side-by-side
  • Inline
Files
13
  • fdbc6797
    Merge branch 'main' into... · fdbc6797
    Rhys Evans authored
    Merge branch 'main' into 69-as-a-user-i-would-like-a-town-specific-page-which-shows-all-trails-for-that-town-so-that-i-can"
    
    "Merging with main"
.townFragment{
background-color: rgb(206, 153, 253);
color: black;
border-color: white;
align-content: center;
text-align: center;
border-radius: 25px;
max-width: 800px;
margin: 0 auto;
}
.townPageFrag{
background: rgb(41, 41, 41);
color: wheat;
}
#return{
padding-bottom: 10px;
}
iframe{
margin-top: 20px;
margin-bottom: 60px;
border: white 2px solid;
}
H1{
padding-top: 5px;
padding-bottom:3px ;
margin-bottom: 0;
}
#checkpointList{
list-style: none;
}
Loading