bx-1047-oldlogo #30
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 12 KiB |
|
@ -11,7 +11,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply select-none min-w-80;
|
@apply select-none min-w-80 font-sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -34,11 +34,11 @@ body {
|
||||||
@apply w-full py-4 col-span-4 xl:col-span-2;
|
@apply w-full py-4 col-span-4 xl:col-span-2;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@apply flex items-center gap-2;
|
@apply flex items-end gap-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
&_text {
|
&_text {
|
||||||
@apply leading-4 text-3xl font-semibold;
|
@apply leading-none text-3xl font-light tracking-tight;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|
|
@ -48,8 +48,8 @@ export default <Partial<Config>>{
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
...fontFamily,
|
...fontFamily,
|
||||||
fontSerif: 'Overpass',
|
serif: 'Overpass',
|
||||||
fontSans: 'Roboto',
|
sans: 'Roboto',
|
||||||
'h1': ['Overpass']
|
'h1': ['Overpass']
|
||||||
},
|
},
|
||||||
fontSize: {
|
fontSize: {
|
||||||
|
|
Loading…
Reference in New Issue