mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
16 lines
186 B
CSS
16 lines
186 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
.container-fluid {
|
|
height: 100%;
|
|
}
|
|
#code {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
} |