Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 123fe7c

Browse files
Perfect the try it Button Code
1 parent f9780d6 commit 123fe7c

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

‎sass/_extend.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Extend Button Design
22
.try{
3-
padding: 14px 62px 14px 62px;
3+
padding: 14px 65px 14px 65px;
44
background: white;
55
color: black;
6-
text-align: center;
6+
/*text-align: center;*/
77
font-weight: 600;
88
font-size: 16px;
99
font-family: $header-font-family;

‎sass/main.css

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎sass/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎sass/main.scss

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ body {
2222

2323
.head{
2424
width: 100%;
25-
padding: 50px 80px 20px 80px;
25+
padding: 50px 40px 20px 80px;
2626
@include flex-box(row, space-between, center);
2727
h1{
28-
width: 85%;
28+
img{
29+
width: 85%;
30+
}
2931
}
3032
a{
3133
button{
3234
@extend .try;
3335

3436
&:hover{
35-
opacity: 0.5;
37+
opacity: 0.6;
3638
}
3739
}
3840
}
@@ -253,7 +255,7 @@ body {
253255

254256
&:hover{
255257
opacity: 0.5;
256-
filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
258+
filter: #999;
257259
}
258260
}
259261
}
@@ -272,7 +274,7 @@ body {
272274
}
273275
}
274276
// Responsive SASS Code 1270px
275-
@media all and (max-width: 1270px) {
277+
@media all and (max-width: 1275px) {
276278
body {
277279
header{
278280
.head{
@@ -478,8 +480,8 @@ body {
478480
.head{
479481
a{
480482
button{
481-
padding: 8px15px8px15px;
482-
font-size: 3vw;
483+
padding: 6px12px6px12px;
484+
font-size: 2.5vw;
483485
}
484486
}
485487
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /