Skip to content

Commit

Permalink
Поправил стили h1 и ссылок тем mobile и motor
Browse files Browse the repository at this point in the history
  • Loading branch information
visavi committed Jun 18, 2021
1 parent 612cd23 commit 386c2ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion public/themes/mobile/src/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ body {
}

h1 {
font-size: 28px;
font-size: 24px;
margin-bottom: 20px;
}

h2 {
Expand Down
13 changes: 11 additions & 2 deletions public/themes/motor/src/sass/style.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
body {
margin-top : 0;
font-size : 13px;
font-size : 14px;
color : #5c5c5c;
background: #f0f0f0 url(/themes/motor/src/img/back.gif) repeat-x scroll;
line-height: 1.3;
}

h1 {
font-size: 28px;
font-size: 24px;
margin-bottom: 20px;
}

h1 small {
Expand All @@ -29,13 +30,20 @@ p {
margin-top : 5px;
margin-bottom : 20px;
}

img {
border : 0;
}

form {
margin : 0;
padding : 0;
}

a {
text-decoration: none;
}

#wrapper {
margin-top : 0;
}
Expand Down Expand Up @@ -84,6 +92,7 @@ form {
color : #5c5c5c;
padding : 0 3px;
font-weight : bold;
font-size: 13px;
}
.menu a:hover {
text-decoration : underline;
Expand Down

0 comments on commit 386c2ef

Please sign in to comment.