Files
WebClock/clock.css
efrick 122f33fbd6 Update to the clock.
Now allowing for display of the time in the original timezone as well as
the user selected one.
I've also added a rule to the CSS file to better display the selection
list on mobile screens.
2020-04-15 15:26:21 -04:00

7 lines
56 B
CSS

span p{
display:inline;
}
select {
max-width: 95%;
}