Update 'css/style.css'
continuous-integration/drone/push Build is passing Details

master
parent 92f571ac31
commit ad553652bb

@ -68,7 +68,6 @@ header .right-pane {
padding: 10px;
flex: 1;
display: flex;
flex-direction: row;
flex-wrap: wrap;
overflow-y: auto;
}
@ -101,7 +100,7 @@ header .right-pane .file-item {
width: 100px;
height: 100px;
display: flex;
flex-direction: row;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 5px;
@ -157,4 +156,4 @@ header .right-pane .file-item:hover a {
.sheet p, .sheet h3 {
margin: 15px 0;
}
}
Loading…
Cancel
Save