feat: estilo hobekuntzak
This commit is contained in:
@@ -10,10 +10,15 @@ Spoiled Rotten (#b3bfe6)
|
|||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
background-color: #99b7cc;
|
background-color: #99b7cc;
|
||||||
padding: 2em;
|
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
padding: 1em;
|
||||||
|
@media (min-width: 1220px) {
|
||||||
|
padding: 2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export const YT2RSS: React.FC = () => {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.wrapper}>
|
<div className={styles.wrapper}>
|
||||||
<form onSubmit={handleSubmit} className={styles.form}>
|
<form onSubmit={handleSubmit} className={styles.form}>
|
||||||
<label htmlFor="ytUrl">Zure kanalaren helbidea:</label>
|
<label htmlFor="ytUrl">YouTube Kanalaren helbidea:</label>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
id="ytUrl"
|
id="ytUrl"
|
||||||
|
|||||||
@@ -66,6 +66,12 @@ import Layout from "../layouts/Layout.astro";
|
|||||||
|
|
||||||
.erreminta {
|
.erreminta {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
@media (min-width: 1220px) {
|
||||||
|
width: 120ch;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sarrera {
|
.sarrera {
|
||||||
@@ -77,6 +83,7 @@ import Layout from "../layouts/Layout.astro";
|
|||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user