Skip to content

Commit 6540712

Browse files
committed
fixed css
1 parent ebb3667 commit 6540712

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

rubycon.it/assets/css/style.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
box-sizing: border-box;
1111
scroll-behavior: smooth;
1212
}
13-
html, body{
14-
overflow-x: hidden;
15-
}
1613

1714
body {
1815
font-family: "Libre Baskerville", serif;
@@ -78,14 +75,11 @@ section:nth-of-type(even):not(#newsletter) {
7875
.speakers-track > * {
7976
flex-shrink: 0;
8077
}
81-
.my-card{
82-
flex-shrink: 0;
83-
background-color: variables.$background-secondary;
84-
width: 350px;
85-
}
8678

8779
.my-card {
8880
background-color: variables.$background-secondary;
81+
flex-shrink: 0;
82+
width: 350px;
8983
}
9084

9185
.my-card:hover {
@@ -286,7 +280,8 @@ section:nth-of-type(even):not(#newsletter) {
286280
background-color: transparent;
287281
color: inherit;
288282
font-size: 1rem;
289-
padding: 0;}
283+
padding: 0;
284+
}
290285
@media screen and (max-width: 600px) {
291286
.my-card{
292287
background-color: variables.$background-secondary;

0 commit comments

Comments
 (0)