Skip to content

Commit 8d650b9

Browse files
committed
symmetric padding for multiple selector
1 parent d23b35c commit 8d650b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ form {
263263

264264
.submenu-select-block {
265265
float:left;
266-
padding-left: 22px;
266+
padding-left: 31px;
267267
}
268268

269269
.submenu-select-link {
@@ -274,7 +274,7 @@ form {
274274
letter-spacing: 0.1em;
275275
margin: 7px 7px 0 0;
276276
text-decoration: none;
277-
padding: 0 4px 0 14px
277+
padding: 0 4px
278278
}
279279

280280
.submenu-select-link:hover {

0 commit comments

Comments
 (0)