Compare commits

..

2 Commits

2 changed files with 8 additions and 2 deletions

View File

@ -62,9 +62,11 @@
</span> </span>
<br> <br>
<br> <br>
<span class="text-description"> <span class="form-info">
Your user agent is: Your user agent is:
<br> </span>
<br>
<span class="text-description">
<?php echo $ua_str; ?> <?php echo $ua_str; ?>
</span> </span>
<br> <br>

View File

@ -65,10 +65,14 @@ body {
color: #0280e5; color: #0280e5;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
margin-left: auto;
margin-right: auto;
} }
p.text-description{ p.text-description{
width: 80%; width: 80%;
margin-left: auto;
margin-right: auto;
} }
@media only screen and (min-width: 600px) { @media only screen and (min-width: 600px) {