@edu-tosel/design 1.0.350 → 1.0.351
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -80,7 +80,7 @@ export default function Announcement({ banners, browse }) {
|
|
|
80
80
|
//adjust the responsive right margin of scroller
|
|
81
81
|
const cardDeck = {
|
|
82
82
|
displays: "inline-flex",
|
|
83
|
-
spacings: "gap-5 xl:mr-[calc(100vw-
|
|
83
|
+
spacings: "gap-5 xl:mr-[calc(100vw-1200px)]",
|
|
84
84
|
};
|
|
85
85
|
const buttonPositioning = {
|
|
86
86
|
displays: "flex flex-row",
|
|
@@ -120,7 +120,7 @@ function Banner({ onClick, titles }) {
|
|
|
120
120
|
sizes: "w-65 h-40 xxxs:w-76 md:w-80 md:h-40 rounded-lg md:rounded-lg",
|
|
121
121
|
backgrounds: "bg-white",
|
|
122
122
|
hover: "hover:shadow-main-hover hover:scale-[1.03]",
|
|
123
|
-
position: "xl:translate-x-[calc(50vw-
|
|
123
|
+
position: "xl:translate-x-[calc(50vw-665px)] md:translate-x-[56px]",
|
|
124
124
|
transition: "duration-300",
|
|
125
125
|
displays: "relative display-block overflow-hidden",
|
|
126
126
|
fonts: "font-pretendard-var",
|
|
@@ -76,7 +76,7 @@ export default function NewsPaper({ banners, browse, option, }) {
|
|
|
76
76
|
//adjust the responsive right margin of scroller
|
|
77
77
|
const cardDeck = {
|
|
78
78
|
displays: "inline-flex",
|
|
79
|
-
spacings: "gap-5 xl:mr-[calc(100vw-
|
|
79
|
+
spacings: "gap-5 xl:mr-[calc(100vw-1200px)]",
|
|
80
80
|
};
|
|
81
81
|
const buttonPositioning = {
|
|
82
82
|
displays: "flex flex-row",
|
|
@@ -117,7 +117,7 @@ function Banner({ onClick, image, option }) {
|
|
|
117
117
|
sizes: "w-65 h-40 xxxs:w-76 xxxs:h-47.5 md:w-120 md:h-75 rounded-xl md:rounded-2xl",
|
|
118
118
|
backgrounds: background,
|
|
119
119
|
hover: "hover:shadow-main-hover hover:scale-[1.03]",
|
|
120
|
-
position: "xl:translate-x-[calc(50vw-
|
|
120
|
+
position: "xl:translate-x-[calc(50vw-665px)] md:translate-x-[56px]",
|
|
121
121
|
transition: "duration-300",
|
|
122
122
|
displays: "relative display-block overflow-hidden",
|
|
123
123
|
fonts: "font-pretendard-var",
|
|
@@ -75,7 +75,7 @@ export default function Service({ banners }) {
|
|
|
75
75
|
//adjust the responsive right margin of scroller
|
|
76
76
|
const cardDeck = {
|
|
77
77
|
displays: "inline-flex",
|
|
78
|
-
spacings: "gap-5 xl:mr-[calc(100vw-
|
|
78
|
+
spacings: "gap-5 xl:mr-[calc(100vw-1200px)]",
|
|
79
79
|
};
|
|
80
80
|
const buttonPositioning = {
|
|
81
81
|
displays: "flex flex-row",
|
|
@@ -111,7 +111,7 @@ function Banner({ titles, onClick, image, option }) {
|
|
|
111
111
|
sizes: "h-100 w-65 xxxs:w-76 md:w-100 md:h-125 rounded-xl md:rounded-2xl",
|
|
112
112
|
backgrounds: background,
|
|
113
113
|
hover: "hover:shadow-main-hover hover:scale-[1.03]",
|
|
114
|
-
position: "xl:translate-x-[calc(50vw-
|
|
114
|
+
position: "xl:translate-x-[calc(50vw-665px)] md:translate-x-[56px]",
|
|
115
115
|
transition: "duration-300",
|
|
116
116
|
displays: "relative display-block overflow-hidden",
|
|
117
117
|
fonts: "font-pretendard-var",
|
package/package.json
CHANGED
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.351
|