gros boutons responsive

This commit is contained in:
tuxmain 2023-10-03 09:30:29 +02:00
parent e5d91fec09
commit 07458f3dc2

View file

@ -222,6 +222,8 @@ h3 {
} }
.bigbutton { .bigbutton {
display: inline-block;
margin: 4px;
background: linear-gradient(-0.125turn, $blue, $violet); background: linear-gradient(-0.125turn, $blue, $violet);
border-radius: 4px; border-radius: 4px;
font-family: Neucha; font-family: Neucha;
@ -239,6 +241,8 @@ a.bigbutton:hover, a.bigbutton:focus {
} }
.bigbutton2 { .bigbutton2 {
display: inline-block;
margin: 4px;
border: 1px solid $blue; border: 1px solid $blue;
border-radius: 4px; border-radius: 4px;
font-family: Neucha; font-family: Neucha;