Difference between revisions of "Lleutrim"

From City of Hope MUSH
Jump to navigation Jump to search
imported>RancherMountains
(Work in Progress - pardon the mess.)
imported>RancherMountains
Line 5: Line 5:
 
     color: #2868FD; /* This is the main text colour. */
 
     color: #2868FD; /* This is the main text colour. */
 
     margin: 0 auto; /* This centers the box. */
 
     margin: 0 auto; /* This centers the box. */
     max-width: 1400px;
+
     max-width: 900px;
     width: 1400px; /* This can be changed but other numbers may also need adjusting if you do. */
+
     width: 900px; /* This can be changed but other numbers may also need adjusting if you do. */
 
}
 
}
 
td {
 
td {
Line 32: Line 32:
 
     border-collapse: separate;
 
     border-collapse: separate;
 
     border-spacing: .25em;
 
     border-spacing: .25em;
     min-width: calc(1200px + .5em);
+
     min-width: calc(900px + .5em);
 
}
 
}
 
.heading {
 
.heading {

Revision as of 09:09, 22 June 2018