Skip to content

Commit

Permalink
Improve mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
thschmitt committed Oct 3, 2023
1 parent 9340c8a commit b50d138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* {
color: #273139;
font-family: noto-sans, "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,sans-serif;
font-size: 16px;
}

body {
Expand Down Expand Up @@ -50,10 +51,10 @@ a {

.header-text {
padding-left: 15px;
font-size: 16px;
font-weight: 600;
line-height: 48px;
vertical-align: middle;
overflow: hidden;
}

.breadcrumb
Expand Down Expand Up @@ -111,7 +112,7 @@ a {

.footer-text {
padding-right: 8px;
margin-top: 15px;
margin-top: 14px;
color: rgb(89, 90, 92);
}

Expand Down
1 change: 1 addition & 0 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>UiPath Command-Line-Interface Documentation</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="./css/main.css">
Expand Down

0 comments on commit b50d138

Please sign in to comment.