More stuff
This commit is contained in:
parent
c3e5833266
commit
4146e80af4
|
@ -1,3 +1,3 @@
|
||||||
# Jimweb
|
## Jimbo's Landing Page
|
||||||
|
|
||||||
Jimbo's landing page and whatnot
|
This is the landing page for https://jimbosfiles.com.
|
||||||
|
|
|
@ -53,7 +53,7 @@ header img {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc(14em * var(--button-scale)); /* Adjust the base width as needed */
|
width: calc(14em * var(--button-scale)); /* Adjust the base width as needed */
|
||||||
height: calc(4em * var(--button-scale)); /* Adjusted height to fit two lines of text */
|
height: calc(4em * var(--button-scale)); /* Adjusted height to fit two lines of text */
|
||||||
transition: filter 0.3s, opacity 0.3s, transform 0.3s; /* Smooth transition for greyscale, opacity, and transform */
|
transition: filter 0.3s, opacity 0.3s, transform 0.3s; /* Transition for greyscale, opacity, and transform */
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-button:hover {
|
.custom-button:hover {
|
||||||
|
@ -97,7 +97,6 @@ header img {
|
||||||
.button-content .button-text {
|
.button-content .button-text {
|
||||||
font-size: calc(1em * var(--button-scale));
|
font-size: calc(1em * var(--button-scale));
|
||||||
color: #333;
|
color: #333;
|
||||||
white-space: nowrap; /* Ensure the text doesn't wrap */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-content .button-subtext {
|
.button-content .button-subtext {
|
||||||
|
@ -126,15 +125,13 @@ header img {
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
header {
|
header {
|
||||||
position: relative; /* Keep header at the top */
|
position: relative; /* Keep header at the top */
|
||||||
margin-left: 0;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
height: unset;
|
height: unset;
|
||||||
padding-top: 1em; /* Add space for footer */
|
padding-top: 1em; /* Add space for footer */
|
||||||
justify-content: flex-start; /* Ensure content starts from the top */
|
|
||||||
overflow-y: auto; /* Allow vertical scrolling when content exceeds viewport */
|
overflow-y: auto; /* Allow vertical scrolling when content exceeds viewport */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue