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.
26 lines
386 B
26 lines
386 B
.class {
|
|
margin: -10px .5vh;
|
|
padding: 5vmin 9.5px 1px;
|
|
border: 3px solid black;
|
|
border-bottom-width: 1px;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
.class2 {
|
|
border: 1px solid black;
|
|
margin-bottom: 1px;
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
}
|
|
@media (min-width: 750px) {
|
|
.class3 {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
|
|
/*
|
|
.class {
|
|
font-size: 16px;
|
|
}
|
|
*/
|
|
|