Skip to content

Commit a13a135

Browse files
committed
Fix UI - Small Screen #7
1 parent 9c273fa commit a13a135

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

public/styles/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ body {
129129
display: block;
130130
font-size: 18px;
131131
width: 100%;
132-
height: 98%;
132+
height: 100%;
133133
margin-top: 10px;
134134
}
135135

@@ -176,12 +176,16 @@ textarea {
176176
.markdown-body {
177177
box-sizing: border-box;
178178
margin: 0 auto;
179-
margin-top: 10px;
180-
margin-bottom: 5px;
179+
margin-bottom: 10px;
181180
padding: 10px;
182181
font-size: 20px;
183182
}
184183

184+
#btnContainer {
185+
justify-content: space-around;
186+
display: flex;
187+
}
188+
185189
/* Responsive columns - one column layout (vertical) on small screens */
186190
@media screen and (max-width: 820px) {
187191
body {
@@ -216,10 +220,12 @@ textarea {
216220

217221
.right{
218222
height: 97.5%;
223+
padding: 5px;
219224
}
220225

221226
.left{
222227
height: 97.5%;
228+
padding: 5px;
223229
}
224230

225231
.btn {

0 commit comments

Comments
 (0)