13 lines
118 B
CSS
13 lines
118 B
CSS
.running {
|
|
width:100%;
|
|
}
|
|
|
|
.running button {
|
|
width:50%;
|
|
}
|
|
|
|
h1 .version {
|
|
color:#999;
|
|
font-size: 60%;
|
|
}
|