This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
ihk24
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixes
master
FlorianEisenmenger
9 hours ago
parent
ee6bb6463d
commit
1a11e90ee4
2 changed files
with
3 additions
and
3 deletions
Split View
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
View File
@@ -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
View File
@@ -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…
Cancel
Save