You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
528 B
32 lines
528 B
5 years ago
|
.mainContent {
|
||
|
height: 100vh;
|
||
|
width: 100%;
|
||
|
padding: 7rem;
|
||
|
padding-bottom: 0;
|
||
|
background-color: #222226;
|
||
|
}
|
||
|
#inputCode {
|
||
|
width: 100%;
|
||
|
height: 85%;
|
||
|
}
|
||
|
.langButton {
|
||
|
background-color: rgb(59, 60, 69);
|
||
|
border: 0;
|
||
|
color: white;
|
||
|
float: left;
|
||
|
padding: 1rem 1.5rem;
|
||
|
}
|
||
|
#run {
|
||
|
float: right;
|
||
|
}
|
||
|
@media screen and (min-width:0px) and (max-width:1000px) {
|
||
|
.mainContent {
|
||
|
padding: 2rem;
|
||
|
padding-top: 5rem;
|
||
|
}
|
||
|
.langButton {
|
||
|
padding: .5rem 1rem;
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
}
|