Skip to content

Commit f4f86a2

Browse files
authored
Merge pull request #8 from peterjuma/gh-pages
UI Resizing
2 parents 45e25ff + f30acd2 commit f4f86a2

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<title>Note</title>
1414
</head>
1515
<body>
16-
<div class="header">
17-
<h1>Take Note</h1>
18-
</div>
1916
<div class="container">
2017
<div class="left">
2118
<div id="btnContainer">

public/styles/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
padding: 50px;
2+
padding: 20px;
33
background-color: whitesmoke;
44
font-family: 'Roboto Mono', monospace, Helvetica, Arial, sans-serif;
55
}
@@ -12,6 +12,7 @@ body {
1212
width: 50%;
1313
margin: auto;
1414
text-align: center;
15+
1516
}
1617

1718
/* Create two equal columns that floats next to each other */
@@ -94,7 +95,7 @@ body {
9495

9596

9697
.left {
97-
height: 50%;
98+
height: 95%;
9899
width: 20%;
99100
position: fixed;
100101
overflow-x: hidden;
@@ -104,7 +105,7 @@ body {
104105
}
105106

106107
.right {
107-
height: 50%;
108+
height: 95%;
108109
width: 60%;
109110
position: fixed;
110111
overflow-x: hidden;
@@ -163,8 +164,7 @@ input[type="text"] {
163164

164165
textarea {
165166
width: 100%;
166-
height: 100%;
167-
max-height: 350px;
167+
height: 80%;
168168
display: block;
169169
margin-top: 20px;
170170
padding: 20px;

0 commit comments

Comments
 (0)