This website works better with JavaScript.
首頁
探索
說明
註冊
登入
spawntree
/
ihk24
關註
4
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fixes
master
FlorianEisenmenger
8 小時之前
父節點
ee6bb6463d
當前提交
1a11e90ee4
共有
2 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
gfi-ihk-2024/stories/components/card/card.scss
+1
-1
gfi-ihk-2024/stories/sections/slider/slider.scss
+ 2
- 2
gfi-ihk-2024/stories/components/card/card.scss
查看文件
@@ -5,12 +5,12 @@
&-inner {
position: relative;
display: block;
max-
width: 350px;
width: 350px;
border-radius: 16px;
overflow: hidden;
container-type: inline-size;
@media(max-width: 645px) {
max-
width: 230px;
width: 230px;
}
&:hover {
+ 1
- 1
gfi-ihk-2024/stories/sections/slider/slider.scss
查看文件
@@ -87,7 +87,7 @@
.rotation .slider {
position: relative;
display: block;
border-bottom: var(--border-width) solid var(--
theme-color-secondary
);
border-bottom: var(--border-width) solid var(--
color-border
);
background-color: var(--color-background);
@media(max-width: 567px) {
Write
Preview
Loading…
取消
儲存