timeconvert/src/App.css

27 lines
377 B
CSS
Raw Normal View History

2019-12-07 20:41:24 +01:00
.App {
/* padding: 1rem; */
2019-12-07 20:41:24 +01:00
}
.App * {
text-align: center;
2019-12-07 20:41:24 +01:00
}
h1 {
font-size: 36px;
font-weight: 300;
color: #0c0c0d;
2019-12-07 20:41:24 +01:00
}
.browser-style button.browser-style {
border-radius: 2px;
min-height: 32px;
height: auto;
padding: 8px;
font-size: 13px;
min-width: 132px;
2019-12-07 20:41:24 +01:00
}
input[type="text"] + input[type="text"] {
margin-left: 0.5rem;
2019-12-07 20:41:24 +01:00
}