Skip to content

Commit 386c2ef

Browse files
committed
Поправил стили h1 и ссылок тем mobile и motor
1 parent 612cd23 commit 386c2ef

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

public/themes/mobile/src/sass/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ body {
1616
}
1717

1818
h1 {
19-
font-size: 28px;
19+
font-size: 24px;
20+
margin-bottom: 20px;
2021
}
2122

2223
h2 {

public/themes/motor/src/sass/style.scss

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
body {
22
margin-top : 0;
3-
font-size : 13px;
3+
font-size : 14px;
44
color : #5c5c5c;
55
background: #f0f0f0 url(/themes/motor/src/img/back.gif) repeat-x scroll;
66
line-height: 1.3;
77
}
88

99
h1 {
10-
font-size: 28px;
10+
font-size: 24px;
11+
margin-bottom: 20px;
1112
}
1213

1314
h1 small {
@@ -29,13 +30,20 @@ p {
2930
margin-top : 5px;
3031
margin-bottom : 20px;
3132
}
33+
3234
img {
3335
border : 0;
3436
}
37+
3538
form {
3639
margin : 0;
3740
padding : 0;
3841
}
42+
43+
a {
44+
text-decoration: none;
45+
}
46+
3947
#wrapper {
4048
margin-top : 0;
4149
}
@@ -84,6 +92,7 @@ form {
8492
color : #5c5c5c;
8593
padding : 0 3px;
8694
font-weight : bold;
95+
font-size: 13px;
8796
}
8897
.menu a:hover {
8998
text-decoration : underline;

0 commit comments

Comments
 (0)