9 lines
126 B
CSS
9 lines
126 B
CSS
.clear:after {
|
|
content: '';
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
a, button {
|
|
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
|
|
} |