|
|
|
@ -49,12 +49,16 @@ body {
|
|
|
|
|
.icons p {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-family: 'Poppins', sans-serif;;
|
|
|
|
|
font-family: 'Poppins', sans-serif;
|
|
|
|
|
color: #333042;
|
|
|
|
|
padding-top: 25%;
|
|
|
|
|
text-decoration: 2px underline #ffcccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icons {
|
|
|
|
|
padding-bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container_width {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
@ -109,6 +113,13 @@ a {
|
|
|
|
|
padding-bottom: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#print {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-family: 'Poppins', sans-serif;
|
|
|
|
|
color: #333042;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
@ -129,6 +140,7 @@ a {
|
|
|
|
|
<b-col md="8" offset-md="3">
|
|
|
|
|
|
|
|
|
|
<p id="mag_subtitle">#1 On eating in isolation</p>
|
|
|
|
|
<p id="print">Print publication coming out soon!</p>
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|