Skip to content

Commit 0545c44

Browse files
committed
aesthetics fixes
1 parent 4be09a3 commit 0545c44

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

css/style.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,24 @@ html[xmlns] .clearfix { display: block;}
175175
/* display:block; */
176176
background-color: rgb(250, 251, 252);
177177
display: inline-block;
178-
margin: 40px;
178+
margin: 40px;
179+
padding: 20px;
179180
}
180181
.client-button{
181182
width: min-content;
182183
}
183184
.clients-list{
184185
display: flex;
185-
margin: 40px;
186+
margin: 40px;
187+
flex-wrap: wrap;
186188
}
187189
#timetracker-projects{
188190
width: 100%;
189191
/* display:block; */
190192
background-color: rgb(250, 251, 252);
191193
display: inline-block;
192-
margin: 40px;
194+
margin: 40px;
195+
padding: 20px;
193196
}
194197

195198
.project-button{
@@ -240,7 +243,8 @@ td.ε_row {
240243
/* display: block; */
241244
background-color: rgb(250, 251, 252);
242245
display: inline-block;
243-
margin: 40px;
246+
margin: 40px;
247+
padding: 20px;
244248
}
245249
.tag-button {
246250
display:flex;
@@ -259,7 +263,8 @@ td.ε_row {
259263
}
260264
.tags-list{
261265
display: flex;
262-
margin: 40px;
266+
margin: 40px;
267+
flex-wrap: wrap;
263268
}
264269
.set-project{
265270
line-height: 32px;
@@ -320,7 +325,8 @@ td.ε_row {
320325
/* display: block; */
321326
background-color: rgb(250, 251, 252);
322327
display: inline-block;
323-
margin: 40px;
328+
margin: 40px;
329+
padding: 20px;
324330
}
325331
#dashboard{
326332
max-width: 600px;

0 commit comments

Comments
 (0)