mirror of
https://github.com/vale981/neutrino_oscillations
synced 2025-03-04 17:21:39 -05:00
18 lines
188 B
CSS
18 lines
188 B
CSS
|
.container {
|
||
|
max-width: 1500px !important;
|
||
|
}
|
||
|
|
||
|
#neutrinos {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 20vw;
|
||
|
}
|
||
|
|
||
|
#controls {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#settings {
|
||
|
width: 100%;
|
||
|
}
|