Skip to content

Commit d1de892

Browse files
pw374leovalais
authored andcommitted
fix size of main menu links (#13)
fix ocsigen/ocsigen.org-deprecated#27 maybe ... Test it before you merge... or rewrite it...
1 parent 19b1c81 commit d1de892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,14 @@ body.ocsigen\.github\.io.intro .page-header {
207207
margin: 20px 0px;
208208
font-size: 12px;
209209
}
210+
210211
.page-header .mainmenu p {
211212
display: inline;
212213
}
213214
.page-header .mainmenu p a,
214215
.page-header .mainmenu p span a {
215216
font-size: 13px;
216-
padding: 7px 10px;
217+
padding: 5px 15px;
217218
color: white;
218219
}
219220
.page-header .mainmenu .mainmenu-current {

0 commit comments

Comments
 (0)