Jump to content
Menú alternativo
Alternar el menú de preferencias
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición
Sin resumen de edición
Sin resumen de edición
Etiqueta: Revertido
Línea 9: Línea 9:
.bi-buttons span {
.bi-buttons span {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
display: block;
max-width: 30%;
max-width: 30%;
margin: 5px;
margin: 5px;
Línea 23: Línea 22:
font-size: 115%;
font-size: 115%;
width: 75%;
width: 75%;
}
.bi-buttons span {
display: inline-block;
}
}
}
}

Revisión del 04:40 10 oct 2022

* {
	font-family: Ubuntu;
	border-radius: 2px;
}

.bi-buttons a {
	color: #fff !important;
}
.bi-buttons span {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	max-width: 30%;
	margin: 5px;	
}

.mega-header-title {
	font-size: 229%;
	width: 100%;
}

@media (max-width: 1000px) {
	.mega-header-title {
		font-size: 115%;
		width: 75%;
	}
}