Multiple style fixes (Now resolution mobile is until 1100px)

This commit is contained in:
sergiotarxz 2022-11-16 01:14:50 +01:00
parent 20da362510
commit 80261c652c
4 changed files with 41 additions and 13 deletions

View File

@ -0,0 +1,19 @@
<post>
<author>Burguillos.info</author>
<date>2022-11-15T23:41+00:00</date>
<title>Clases de Guitarra con Eduardo Trassierra.</title>
<ogdesc>Clases de Guitarra con Eduardo Trassierra.</ogdesc>
<category>talleres</category>
<img src="/img/eduardo-trasierra-preview.png"/>
<slug>clases-guitarra-eduardo-trassierra</slug>
<content>
<img alt="Imagen de las clases de guitarra, el profesor Eduardo Trassierra" src="/img/eduardo-trasierra.jpg"/>
<p>Os informamos de que se ha abierto el plazo de inscripción para clases de guitarra impartidas por Eduardo Trassierra, un reputado guitarrista a escala nacional.</p>
<p>Las clases estarán localizadas en nuestro municipio, Burguillos.</p>
<p>Desde Burguillos.info aun no conocemos el precio de las clases, el organizador, Ángel, nos ha proporcionado un telefono de contacto donde podéis preguntar todos los detalles. <a href="tel:+34676334071">676334071</a></p>
<p>Las clases comenzarán tan pronto como se reunan 5 personas interesadas. ¡No te demores en inscribirte!</p>
</content>
</post>

View File

@ -47,6 +47,9 @@ body {
width: 100%; width: 100%;
img { img {
max-width: 100%; max-width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
} }
table { table {
color: $background_div; color: $background_div;
@ -164,6 +167,12 @@ body {
height: 50px; height: 50px;
padding-bottom: 10px; padding-bottom: 10px;
} }
nav.desktop {
display: none;
a {
background: $background_div;
}
}
nav { nav {
overflow: auto; overflow: auto;
display: block; display: block;
@ -177,14 +186,13 @@ body {
padding-right: 10px; padding-right: 10px;
height: 100%; height: 100%;
text-decoration: none; text-decoration: none;
background: $background_div;
color: $color_div; color: $color_div;
margin: 0; margin: 0;
&.selected { &:hover {
background: $color_div; background: $color_div;
color: $background_div; color: $background_div;
} }
&:hover { &.selected {
background: $color_div; background: $color_div;
color: $background_div; color: $background_div;
} }
@ -198,22 +206,23 @@ body {
position: fixed; position: fixed;
display: flex; display: flex;
width: 100%; width: 100%;
div { background: $background_div;
width: 65%; height: 60px;
background: $background_div; a {
height: 100%;
width: (100% / 6);
}
div {
width: (100% * 4 / 6);
} }
}
nav.desktop {
display: none;
} }
nav.mobile-foldable { nav.mobile-foldable {
display: none; display: none;
background: $background_div; background: $background_div;
color: $color_div; color: $color_div;
a { a {
background: $color_div; //background: $color_div;
color: $background_div; //color: $background_div;
display: block; display: block;
} }
} }
@ -242,7 +251,7 @@ body {
} }
@media (min-width: 720px) { @media (min-width: 1100px) {
body { body {
div.page-contents { div.page-contents {
th,td { th,td {

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB