6 lines
60 B
CSS
6 lines
60 B
CSS
|
@media (min-width: 768px){
|
||
|
#Main {
|
||
|
font-size: 25px;
|
||
|
}
|
||
|
}
|