Refactor to mostly pixels
This commit is contained in:
parent
0dbbca96ed
commit
08b5fe7384
10
app.css
10
app.css
@ -22,11 +22,11 @@ h2 {
|
||||
|
||||
main {
|
||||
background: #e5e5e5;
|
||||
border-radius: 3.5%;
|
||||
border-radius: 15px;
|
||||
box-shadow: 0 0 20px #999;
|
||||
margin: 2% auto 0;
|
||||
padding: 2%;
|
||||
width: 905px;
|
||||
margin: 20px auto 0;
|
||||
padding: 20px;
|
||||
width: 894px;
|
||||
}
|
||||
|
||||
.pixel {
|
||||
@ -46,7 +46,7 @@ main {
|
||||
|
||||
.current {
|
||||
border: 1px solid #999999;
|
||||
border-radius: 5%;
|
||||
border-radius: 3px;
|
||||
height: 35.5px;
|
||||
margin: 6px 0 0 12px;
|
||||
width: 100px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user