Add back button to each page

This commit is contained in:
Peter Stockings
2024-12-26 17:46:45 +11:00
parent 2a0d997927
commit 7e58114cc4
7 changed files with 171 additions and 81 deletions

View File

@@ -640,6 +640,14 @@ video {
top: 1rem;
}
.top-6 {
top: 1.5rem;
}
.top-5 {
top: 1.25rem;
}
.z-10 {
z-index: 10;
}
@@ -653,6 +661,16 @@ video {
margin-right: auto;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
@@ -774,6 +792,18 @@ video {
height: 0.75rem;
}
.h-28 {
height: 7rem;
}
.h-32 {
height: 8rem;
}
.h-44 {
height: 11rem;
}
.w-16 {
width: 4rem;
}
@@ -806,6 +836,18 @@ video {
width: 0.75rem;
}
.w-28 {
width: 7rem;
}
.w-32 {
width: 8rem;
}
.w-44 {
width: 11rem;
}
.max-w-2xl {
max-width: 42rem;
}
@@ -1178,6 +1220,10 @@ video {
padding-top: 1.5rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.text-left {
text-align: left;
}