mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
fixup h1 usage
This commit is contained in:
parent
76d9bd8112
commit
81b15ff88d
2 changed files with 3 additions and 3 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
.header {
|
.header {
|
||||||
@apply text-black p-4 flex;
|
@apply text-black p-4 flex;
|
||||||
}
|
}
|
||||||
h1 {
|
h4 {
|
||||||
@apply text-big p-0 m-0 flex-grow;
|
@apply text-big p-0 m-0 flex-grow;
|
||||||
}
|
}
|
||||||
.header.dark-bg {
|
.header.dark-bg {
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
let funny = { "amogus": "ඞ", "AMOGUS": "sussy baka", "discord": "proprietary matrix", "never gonna give you up": "never gonna let you down", "wysi": "727", "727": "wysi" };
|
let funny = { "amogus": "ඞ", "AMOGUS": "sussy baka", "discord": "proprietary matrix", "never gonna give you up": "never gonna let you down", "wysi": "727", "727": "wysi" };
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1>Hello {funny[name] || name}</h1>
|
<h4>Hello {funny[name] || name}</h4>
|
||||||
|
|
||||||
<input type=text class="text-black" bind:value={name}>
|
<input type=text class="text-black" bind:value={name}>
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
h1 {
|
h4 {
|
||||||
@apply p-0 m-0 text-xl font-bold;
|
@apply p-0 m-0 text-xl font-bold;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue