<div class="post-meta">
<span class="author"><?php the_author(); ?></span>,
<span class="date"><?php the_time( get_option('date_format')); ?></span>
</div>
<?php if ( wp_is_mobile() ) : ?>
<div class="post-meta">
<span class="author"><?php the_author(); ?></span>,
<span class="date"><?php the_time( get_option('date_format')); ?></span>
</div>
<?php endif; ?>