Skip to content

Commit 96c162a

Browse files
committed
Small changes UI for welcome page
1 parent 9ef0409 commit 96c162a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/Welcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function openDashboard() {
7777
.main {
7878
margin: auto;
7979
text-align: center;
80-
width: 60%;
80+
margin: 0 20%;
8181
height: 100%;
8282
}
8383
.initial-block {

src/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Welcome to the Web Activity Time Tracker</title>
88
</head>
99

10-
<body>
10+
<body style="background: linear-gradient(to right, #ececff, #fff2f4)">
1111
<script type="module" src="./welcome.ts"></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)