mirror of https://github.com/jpanther/congo.git
💄 Rebuild CSS
parent
17e9df5f4d
commit
e8a701a215
|
@ -1798,10 +1798,6 @@ code {
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-8 {
|
|
||||||
top: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-\[100vh\] {
|
.top-\[100vh\] {
|
||||||
top: 100vh;
|
top: 100vh;
|
||||||
}
|
}
|
||||||
|
@ -2000,22 +1996,14 @@ code {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-2 {
|
|
||||||
height: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-24 {
|
|
||||||
height: 6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-36 {
|
|
||||||
height: 9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-8 {
|
.h-8 {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-auto {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.h-full {
|
.h-full {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue