edited spacing

master
alicestrt 4 years ago
parent 97d4f80546
commit 8adba46f17

@ -20,6 +20,7 @@ body {
#magi { #magi {
width: 100%; width: 100%;
z-index: -1;
} }
#mag_title { #mag_title {
@ -27,7 +28,8 @@ body {
color: #333042; color: #333042;
font-family: 'Work Sans', sans-serif; font-family: 'Work Sans', sans-serif;
text-align: center; text-align: center;
padding-top: 10%; padding-top: 30%;
z-index: 1;
} }
@ -118,21 +120,17 @@ a {
<b-row id="main_container"> <b-row id="main_container">
<b-col md="6"> <b-col md="6">
<b-row> <b-row>
<b-col md="2"></b-col> <b-col md="8" offset-md="3">
<b-col md="8">
<a href="/about"><p id="mag_title">Magiun</p></a> <a href="/about"><p id="mag_title">Magiun</p></a>
</b-col> </b-col>
<b-col md="2"></b-col>
</b-row> </b-row>
<b-row> <b-row>
<b-col md="2"></b-col> <b-col md="8" offset-md="3">
<b-col md="8">
<p id="mag_subtitle">#1 On eating in isolation</p> <p id="mag_subtitle">#1 On eating in isolation</p>
</b-col> </b-col>
<b-col md="2"></b-col>
</b-row> </b-row>
</b-col> </b-col>

Loading…
Cancel
Save