Porównaj commity

..

No commits in common. "b57c904369b93dcf9a2367e1ec86533fca9b1792" and "7e2b9461e99d3c7b92cb53293b12d045dcc6f661" have entirely different histories.

2 zmienionych plików z 847 dodań i 116 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ section div.slider_container {
width: 100%;
height: 100%;
*/
/*height: 140px;*/
height: 140px;
background: rgb(255, 255, 255);
border: 1px solid rgb(0, 0, 0);
margin: 0px;
@ -80,7 +80,7 @@ section div.sliders {
div label {
background:white;
display: inline-block;
width: 40px;
width: 12%;
font-size: small;
text-align: right;
}
@ -88,7 +88,7 @@ div label {
div input {
background:lightsalmon;
display: inline-block;
width:80%;
width: 85%;
}
@media (orientation: portrait) {
@ -99,8 +99,7 @@ div input {
grid-template-areas:
"chart-container"
"inductor-container"
"slider-container"
"notes";
"slider-container";
justify-items: stretch;
}
@ -161,7 +160,7 @@ div input {
section.gridLayoutClass {
display: grid;
grid-template-columns: 1fr;
/*grid-template-rows: 1fr 0.3fr 0.2fr 5fr;*/
grid-template-rows: 1fr 0.3fr 0.2fr 5fr;
grid-template-areas:
"chart-container"
"inductor-container"

Plik diff jest za duży Load Diff