Skip to content

Commit f5a66f4

Browse files
committed
fixed margins
1 parent 086cbe6 commit f5a66f4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

assets/css/style.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
body {
77
background-color: #fff;
8-
padding: 50px;
8+
padding: 5%;
99
font: 15px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
1010
color: #404040;
1111
font-weight: 400;
@@ -18,11 +18,10 @@ strong {
1818

1919
h2 {
2020
color: #ffffff;
21-
// background: #508ab8;
2221
background: linear-gradient(90deg,#508ab8 0%, #508ab8 35%, #ffffff 80%);
2322
padding: 5px;
2423
}
2524

2625
img {
27-
max-width: 200px;
26+
max-height: 200px;
2827
}

0 commit comments

Comments
 (0)