Compare commits

..

2 Commits

2 changed files with 8 additions and 2 deletions

View File

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

View File

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