File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function LocaleListItem({
62
62
onStopHighlighting : ( ) => void ;
63
63
} ) {
64
64
return (
65
- < li className = "-mt -3 -mr -3 inline-block" >
65
+ < li className = "-mr -3 -mt -3 inline-block" >
66
66
{ href ? (
67
67
< Link
68
68
className = "border-bottom-0 group relative inline-block border-none p-3"
@@ -122,7 +122,7 @@ export default function LocaleSwitcherInner({
122
122
} , [ locale ] ) ;
123
123
124
124
return (
125
- < div className = "-mr-5 -mt-4 -mb-10 -ml-10 self-end overflow-hidden pr-5 pl-10 pt-4 pb-10 leading-3" >
125
+ < div className = "-mb-10 -ml-10 -mr-5 -mt-4 self-end overflow-hidden pb-10 pl-10 pr-5 pt-4 leading-3" >
126
126
< ul >
127
127
{ i18n . locales . map ( ( currentLocale ) => {
128
128
return (
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default async function Page({ params: { locale } }: PageProps) {
49
49
</ p >
50
50
51
51
{ /* Photo */ }
52
- < div className = "float-right mt-1 ml-8 mb-8 " >
52
+ < div className = "float-right mb-8 ml-8 mt-1 " >
53
53
< Image
54
54
className = "overflow-hidden rounded-[5px] bg-gray-300 text-gray-300"
55
55
width = { 100 }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function KeyProfile({
41
41
{ name }
42
42
</ a >
43
43
</ h2 >
44
- < p className = "mt-[1px] mb-3 opacity-60" > { children ?? < > </ > } </ p >
44
+ < p className = "mb-3 mt-[1px] opacity-60" > { children ?? < > </ > } </ p >
45
45
</ >
46
46
) ;
47
47
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function PhotoSample({ alt }: { alt: string }) {
16
16
alt = { alt }
17
17
src = "https://farm8.staticflickr.com/7247/7511763574_d528f4ce04_z_d.jpg"
18
18
/>
19
- < span className = "absolute right-[1 .5rem] bottom-[ .5rem] h-0 w-0 origin-bottom-left -rotate-90 overflow-visible whitespace-nowrap text-sm !text-white opacity-80 shadow-md drop-shadow-md" >
19
+ < span className = "absolute bottom-[ .5rem] right-[1 .5rem] h-0 w-0 origin-bottom-left -rotate-90 overflow-visible whitespace-nowrap text-sm !text-white opacity-80 shadow-md drop-shadow-md" >
20
20
kachkaev.ru/photos
21
21
</ span >
22
22
< span className = "absolute inset-x-0 bottom-0 block group-hover:border-t-2 group-hover:border-t-red-500" />
Original file line number Diff line number Diff line change 51
51
52
52
@layer components {
53
53
.description-on-index-page {
54
- @apply mb-0 pt-4 pb-8;
54
+ @apply mb-0 pb-8 pt-4 ;
55
55
}
56
56
57
57
@media (min-width : 310px ) {
You can’t perform that action at this time.
0 commit comments