Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Fix telephone numbers going out-of-place
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Jun 20, 2020
1 parent 0056c94 commit bd39620
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ li .num {

li .tele {
background: var(--sub-colour);
width: 500px;
width: 300px;
height: 100%;
margin: 0px auto 0px auto;
margin: 0px 0px 0px auto;
position: page;
color: var(--listnum-colour);
text-align: right;
align-items: end;
Expand Down

0 comments on commit bd39620

Please sign in to comment.