run prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap'); */
|
||||
/* black, bold, regular */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
|
||||
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@@ -30,7 +30,7 @@
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
.scroll-padding-6 {
|
||||
scroll-padding: theme('spacing.6');
|
||||
scroll-padding: theme("spacing.6");
|
||||
}
|
||||
@variants responsive {
|
||||
.h-two-thirds-vw {
|
||||
@@ -63,7 +63,7 @@ a {
|
||||
margin-left: 3px;
|
||||
transform: translate(0px);
|
||||
display: inline-block;
|
||||
transition: all .2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.arrow-left-before:before {
|
||||
|
@@ -3,4 +3,3 @@
|
||||
@apply text-3xl font-bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user