make app responsive
This commit is contained in:
assets/css
config
lib/cannery_web
components
add_shot_group_component.html.heexinvite_card.exmove_ammo_group_component.html.heextopbar.exuser_card.ex
live
ammo_group_live
ammo_type_live
container_live
invite_live
range_live
tag_live
templates
layout
user_confirmation
user_registration
user_reset_password
user_session
user_settings
views
priv/gettext
@@ -17,6 +17,8 @@
|
||||
-o-transform: scale(1.5);
|
||||
transform: scale(1.5);
|
||||
padding: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -45,6 +47,10 @@
|
||||
@apply border border-primary-300 w-full max-w-2xl;
|
||||
}
|
||||
|
||||
.hr-light {
|
||||
@apply border border-white w-full max-w-2xl;
|
||||
}
|
||||
|
||||
.link {
|
||||
@apply hover:underline;
|
||||
@apply transition-colors duration-500 ease-in-out;
|
||||
|
Reference in New Issue
Block a user