Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8181e736e | |||
| 07ca134469 | |||
| a3ae8fb548 |
@@ -39,6 +39,10 @@ export default {};
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#bottom {
|
#bottom {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -52,7 +56,7 @@ export default {};
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
min-width: 700px;
|
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="logo_acatlan_resp col-4 offset-2 d-flex justify-content-center my-2 align-items-center"
|
class="logo_acatlan_resp col-4 offset-2 d-flex justify-content-center my-3 align-items-center"
|
||||||
>
|
>
|
||||||
<a href="https://www.acatlan.unam.mx/" target="_blank">
|
<a href="https://www.acatlan.unam.mx/" target="_blank">
|
||||||
<img
|
<img
|
||||||
@@ -41,7 +41,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped >
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.pad{
|
.pad{
|
||||||
|
|||||||
Reference in New Issue
Block a user